Skip to content

Commit 362f222

Browse files
clubandersonclaude
andcommitted
Fix Greetings workflow permissions
Add issues: write and pull-requests: write permissions required for the reusable workflow to post welcome comments. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e2b6ab3 commit 362f222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: read
11+
issues: write
12+
pull-requests: write
1113

1214
jobs:
1315
greet:

0 commit comments

Comments
 (0)