Skip to content

Commit 0ca9683

Browse files
committed
fix(ci): allow non-write users to trigger triage (needed for external issues)
1 parent a215cd2 commit 0ca9683

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/agent-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
anthropic_api_key: ${{ secrets.AI_PROXY_TOKEN }}
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
allowed_non_write_users: "*"
2829
claude_args: >-
2930
--model claude-sonnet-4-6
3031
--max-turns 10

0 commit comments

Comments
 (0)