feature メイン画面のビルドエラー回避のため、不要変数削除し、リント #491
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CreatePullrequest | |
on: | |
pull_request: | |
types: [opened, ready_for_review] | |
jobs: | |
build: | |
name: CreatePullrequest | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto Assign Action | |
uses: kentaro-m/auto-assign-action@v1.1.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |