We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7135edb commit 9ba3fd3Copy full SHA for 9ba3fd3
.github/workflows/dependabot-notifier.yaml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize]
6
7
+permissions:
8
+ issues: write
9
+ pull-requests: write
10
+
11
jobs:
12
monitor-dependabot:
13
# Assume this job is triggered by Dependabot PRs
0 commit comments