chore: allow more bots to run code review workflow (#2045)

## Summary
Allow common bots to trigger code review workflow
This commit is contained in:
Tom Alexander 2026-04-02 12:38:31 -04:00 committed by GitHub
parent 1f19bbcb20
commit 0abce12242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
allowed_bots: cursor,cursor[bot],claude,claude[bot]
allowed_bots: dependabot,dependabot[bot],kodiakhq,kodiakhq[bot],github-actions,github-actions[bot],cursor,cursor[bot],claude,claude[bot]
github_token: ${{ secrets.GITHUB_TOKEN }} # Bypasses OIDC auth (required for pull_request_target)
allowed_non_write_users: '*' # Allows fork contributors to trigger reviews
prompt: |