mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: allow more bots to run code review workflow (#2045)
## Summary Allow common bots to trigger code review workflow
This commit is contained in:
parent
1f19bbcb20
commit
0abce12242
1 changed files with 1 additions and 1 deletions
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue