Skip to content

Commit 494ac04

Browse files
authored
Merge pull request #1956 from dev-hato/rm_unused_params
不要なパラメータ削除
2 parents c887b57 + c349f80 commit 494ac04

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy-hato-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/pr-check-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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
@@ -59,7 +58,6 @@ jobs:
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()

.github/workflows/pr-format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
github-token: ${{secrets.GITHUB_TOKEN}}
4949
branch-name-prefix: fix-format
5050
pr-title-prefix: formatが間違ってたので直してあげたよ!
51-
repo-name: dev-hato/hato-bot
5251
concurrency:
5352
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
5453
cancel-in-progress: true

.github/workflows/update-readme-hato-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
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

3231
concurrency:
3332
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}

0 commit comments

Comments
 (0)