Skip to content

Commit e916320

Browse files
committed
"Merge Dependabot PR" の権限を制限
1 parent 8f0ab57 commit e916320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/MergeDependabotPR.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
merge:
1111
if: github.event.pull_request.user.login == 'dependabot[bot]'
12-
permissions: write-all
12+
permissions:
13+
contents: write
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: KeisukeYamashita/auto-pull-request-merge@v1

0 commit comments

Comments
 (0)