We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef617c commit 584a3e2Copy full SHA for 584a3e2
1 file changed
.github/workflows/danger-comment.yml
@@ -5,6 +5,11 @@ on:
5
workflows: [Danger]
6
types: [completed]
7
8
+permissions:
9
+ actions: read
10
+ issues: write
11
+ pull-requests: write
12
+
13
jobs:
14
comment:
15
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@v0.1.0
0 commit comments