Skip to content

Commit 0cd7454

Browse files
committed
Fix comment action failing because of no permissions
1 parent 541c257 commit 0cd7454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/analyze_comment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
types:
77
- completed
88

9-
permissions: {}
9+
permissions:
10+
pull-requests: write
1011

1112
jobs:
1213
comment:

0 commit comments

Comments
 (0)