Skip to content

Commit ddb031a

Browse files
Allow all bots for claude-code-action
Add allowed_bots: "*" to the anthropics/claude-code-action inputs in the GitHub Actions workflow. This change permits all bot accounts (e.g., Dependabot or other automation) to be accepted by the action so they can be included in Claude code reviews.
1 parent 8ae80f5 commit ddb031a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: anthropics/claude-code-action@v1
3535
with:
3636
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
37+
allowed_bots: "*"
3738
prompt: |
3839
REPO: ${{ github.repository }}
3940
PR NUMBER: ${{ github.event.inputs.pr_number }}

0 commit comments

Comments
 (0)