File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 plugin_marketplaces : ' https://github.com/anthropics/claude-code.git'
4040 plugins : ' code-review@claude-code-plugins'
4141 prompt : ' /code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
42+ # Use Opus 4.5 model
4243 # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4344 # or https://code.claude.com/docs/en/cli-reference for available options
45+ claude_args : ' --model claude-opus-4-5-20251101'
4446
Original file line number Diff line number Diff line change 4343 # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4444 # prompt: 'Update the pull request description to include a summary of changes.'
4545
46- # Optional: Add claude_args to customize behavior and configuration
46+ # Use Opus 4.5 model
4747 # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
4848 # or https://code.claude.com/docs/en/cli-reference for available options
49- # claude_args: '--allowed-tools Bash(gh pr:*) '
49+ claude_args : ' --model claude-opus-4-5-20251101 '
5050
You can’t perform that action at this time.
0 commit comments