Skip to content

Commit dec684e

Browse files
authored
Refactor claude_args for better readability
Updated claude_args to use a multi-line format and added model specification.
1 parent 069bef3 commit dec684e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ jobs:
5353
5454
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5555
# 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:*)"'
56+
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
5759

0 commit comments

Comments
 (0)