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 25bc5ea commit 67b00f1Copy full SHA for 67b00f1
.github/workflows/claude-code-review.yml
@@ -53,5 +53,5 @@ jobs:
53
54
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
55
# or https://docs.claude.com/en/docs/claude-code/sdk#command-line 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: '--model claude-sonnet-4-5-20250929 --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:*)"'
57
0 commit comments