File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ jobs:
128128 github-token : ${{secrets.GITHUB_TOKEN}}
129129 branch-name-prefix : fix-version-python-version
130130 pr-title-prefix : .python-versionを直してあげたよ!
131- repo-name : dev-hato/hato-bot
132131
133132 update-dockle :
134133 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3636 github-token : ${{secrets.GITHUB_TOKEN}}
3737 branch-name-prefix : fix-version
3838 pr-title-prefix : nodeをアップデートしてあげたよ!
39- repo-name : dev-hato/hato-bot
4039 # package.jsonに差分があれば、package.jsonからpackage-lock.jsonを作り出す
4140 pr-check-npm :
4241 runs-on : ubuntu-latest
5958 github-token : ${{secrets.GITHUB_TOKEN}}
6059 branch-name-prefix : npm
6160 pr-title-prefix : package.jsonやpackage-lock.jsonが更新されたので直してあげたよ!
62- repo-name : dev-hato/hato-bot
6361 pr-check-npm-complete :
6462 runs-on : ubuntu-latest
6563 if : always()
Original file line number Diff line number Diff line change 4848 github-token : ${{secrets.GITHUB_TOKEN}}
4949 branch-name-prefix : fix-format
5050 pr-title-prefix : formatが間違ってたので直してあげたよ!
51- repo-name : dev-hato/hato-bot
5251concurrency :
5352 group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
5453 cancel-in-progress : true
Original file line number Diff line number Diff line change 2727 github-token : ${{secrets.GITHUB_TOKEN}}
2828 branch-name-prefix : update-readme
2929 pr-title-prefix : READMEを更新してあげたよ!
30- repo-name : dev-hato/hato-bot
3130
3231concurrency :
3332 group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments