We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069bef3 commit dec684eCopy full SHA for dec684e
1 file changed
.github/workflows/claude-code-review.yml
@@ -53,5 +53,7 @@ jobs:
53
54
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
55
# or https://code.claude.com/docs/en/cli-reference for available options
56
- claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
+ claude_args: |
57
+ --allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"
58
+ --model claude-opus-4-5-20251101
59
0 commit comments