We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e0409 commit cdb6373Copy full SHA for cdb6373
.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