chore: allow non-write users to trigger claude-code-action workflows
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
18979efb8d
commit
19a829ba68
3 changed files with 3 additions and 0 deletions
1
.github/workflows/oncall-triage.yml
vendored
1
.github/workflows/oncall-triage.yml
vendored
|
|
@ -53,6 +53,7 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allowed_non_write_users: "*"
|
||||
prompt: |
|
||||
You're an oncall triage assistant for GitHub issues. Your task is to identify critical issues that require immediate oncall attention.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue