Update issue triage workflow to allow non-write users for duplicate checks (#974)
This commit is contained in:
parent
189e45617f
commit
35857fa211
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issue-triage.yml
vendored
1
.github/workflows/issue-triage.yml
vendored
|
|
@ -98,6 +98,7 @@ jobs:
|
||||||
- name: Check for duplicate issues
|
- name: Check for duplicate issues
|
||||||
uses: anthropics/claude-code-action@v1
|
uses: anthropics/claude-code-action@v1
|
||||||
with:
|
with:
|
||||||
|
allowed_non_write_users: "*"
|
||||||
prompt: |
|
prompt: |
|
||||||
Analyze this new issue and check if it's a duplicate of existing issues in the repository.
|
Analyze this new issue and check if it's a duplicate of existing issues in the repository.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue