mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-25 08:06:22 +02:00
Allow all users to trigger issue dedup via claude-code-action
Issues are opened by external users who don't have write permissions. Add allowed_non_write_users: "*" so claude-code-action runs for all issue authors, not just repo collaborators.
This commit is contained in:
parent
38d130aeca
commit
8d36e1d4b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-dedupe.yml
vendored
2
.github/workflows/issue-dedupe.yml
vendored
|
|
@ -53,5 +53,5 @@ jobs:
|
|||
prompt: "/dedupe ${{ github.repository }}/issues/${{ steps.issue.outputs.number }}"
|
||||
anthropic_api_key: ${{ secrets.AUTHROPIC_API_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
claude_args: "--model claude-sonnet-4-5-20250929"
|
||||
allowed_bots: "github-actions"
|
||||
allowed_non_write_users: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue