diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 2e0c672b..64817307 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -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: |