Skip to content

Commit 701a6fc

Browse files
vaindclaude
andcommitted
fix: correct permissions for danger workflow tests
Use pull-requests: write instead of issues: write since Danger posts PR comments, not issue comments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2e6c9c7 commit 701a6fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/danger-workflow-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77

88
permissions:
99
contents: read
10-
pull-requests: read
11-
issues: write
10+
pull-requests: write
1211

1312
jobs:
1413
# Test Danger action on pull requests - should analyze PR and report findings

0 commit comments

Comments
 (0)