File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3636 uses : anthropics/claude-code-action@v1
3737 with :
3838 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+ claude_args : ' --model claude-opus-4-6 --effort high'
3940 plugin_marketplaces : ' https://github.com/anthropics/claude-code.git'
4041 plugins : ' code-review@claude-code-plugins'
4142 prompt : ' /code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
Original file line number Diff line number Diff line change 3535 uses : anthropics/claude-code-action@v1
3636 with :
3737 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38-
39- # This is an optional setting that allows Claude to read CI results on PRs
38+ claude_args : ' --model claude-opus-4-6 --effort high'
4039 additional_permissions : |
4140 actions: read
4241
43- # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
44- # prompt: 'Update the pull request description to include a summary of changes.'
45-
46- # Optional: Add claude_args to customize behavior and configuration
47- # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
48- # or https://code.claude.com/docs/en/cli-reference for available options
49- # claude_args: '--allowed-tools Bash(gh pr:*)'
50-
You can’t perform that action at this time.
0 commit comments