Skip to content

Commit 27fca79

Browse files
committed
refactor(ci): limit dependabot job perm to pull-request
1 parent b1ad866 commit 27fca79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot-assignments.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Dependabot auto-assign reviewer
22
on: pull_request
33

4-
permissions: write-all
4+
permissions:
5+
pull-requests: write
56

67
jobs:
78
dependabot:

0 commit comments

Comments
 (0)