From 0abce12242ffdd1a1de0d57bcc43b4e239bbf4dd Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 2 Apr 2026 12:38:31 -0400 Subject: [PATCH] chore: allow more bots to run code review workflow (#2045) ## Summary Allow common bots to trigger code review workflow --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |