We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04523d commit bea9c8cCopy full SHA for bea9c8c
.github/workflows/claude-code-review.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: anthropics/claude-code-action@beta
37
with:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
+ allowed_bots: "dependabot"
40
41
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
42
# model: "claude-opus-4-20250514"
.github/workflows/claude.yml
@@ -35,6 +35,7 @@ jobs:
35
# This is an optional setting that allows Claude to read CI results on PRs
additional_permissions: |
0 commit comments