mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Merge pull request #142 from VectifyAI/fix/allow-all-users-dedupe
Allow all users to trigger issue dedup
This commit is contained in:
commit
959452d3cb
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 }}"
|
prompt: "/dedupe ${{ github.repository }}/issues/${{ steps.issue.outputs.number }}"
|
||||||
anthropic_api_key: ${{ secrets.AUTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.AUTHROPIC_API_KEY }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
claude_args: "--model claude-sonnet-4-5-20250929"
|
|
||||||
allowed_bots: "github-actions"
|
allowed_bots: "github-actions"
|
||||||
|
allowed_non_write_users: "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue