We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caffa5f commit c596b28Copy full SHA for c596b28
1 file changed
.github/workflows/claude-code-review.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
24
- pull-requests: read
+ pull-requests: write
25
issues: read
26
id-token: write
27
@@ -39,5 +39,6 @@ jobs:
39
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
40
plugins: 'code-review@claude-code-plugins'
41
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
42
+ claude_args: '--model claude-haiku-4-5'
43
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
44
# or https://code.claude.com/docs/en/cli-reference for available options
0 commit comments