Skip to content

Commit b30ff5b

Browse files
committed
fix: add permission to write issue and pr
1 parent 42d8419 commit b30ff5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot-notifier.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize]
66

7+
permissions:
8+
issues: write
9+
pull-requests: write
10+
711
jobs:
812
monitor-dependabot:
913
if: github.event.pull_request.user.login == 'dependabot[bot]'

0 commit comments

Comments
 (0)