Skip to content

Commit 561f561

Browse files
sylvansysclaude
andcommitted
fix: Add workflow permissions for issues and pull-requests
The GITHUB_TOKEN needs explicit permissions to: - Read issues (for requirements review context) - Write pull-requests (for posting review comments) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b12ac60 commit 561f561

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/constellos-review.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened]
88

9+
permissions:
10+
contents: read
11+
issues: read
12+
pull-requests: write
13+
914
jobs:
1015
# Read config and determine which agents to run
1116
config:

0 commit comments

Comments
 (0)