Skip to content

Commit bea9c8c

Browse files
authored
Update claude-code-review.yml (#30)
* Update claude-code-review.yml * Update claude.yml * Update .github/workflows/claude-code-review.yml
1 parent e04523d commit bea9c8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: anthropics/claude-code-action@beta
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+
allowed_bots: "dependabot"
3940

4041
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
4142
# model: "claude-opus-4-20250514"

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: anthropics/claude-code-action@beta
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38+
allowed_bots: "dependabot"
3839

3940
# This is an optional setting that allows Claude to read CI results on PRs
4041
additional_permissions: |

0 commit comments

Comments
 (0)