Skip to content

Commit 51fe02b

Browse files
vaindclaude
andcommitted
fix: add statuses permission for danger workflow tests
Danger needs statuses: write to post commit status checks. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6ff70ca commit 51fe02b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: read
1010
pull-requests: write
11+
statuses: write
1112

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

0 commit comments

Comments
 (0)