Skip to content

Commit 1ee2337

Browse files
authored
Use claude-opus-5 for the pr-review reviewer model (#107)
## Why The pr-review reviewer runs on a pinned model. This moves it to `claude-opus-5` so reviews use the newer Opus. ## What this changes Single-token change to `claude_args` in the pr-review composite action: `--model claude-opus-4-8` → `--model claude-opus-5`. No other behavior changed.
1 parent 61fbf73 commit 1ee2337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/actions/pr-review/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
include_fix_links: true
9595
use_sticky_comment: true
9696
allowed_bots: "*"
97-
claude_args: --model claude-opus-4-8 --max-turns 100 --allowedTools "Read,Glob,Grep,Skill,Task,mcp__github_inline_comment__create_inline_comment,mcp__github_comment__update_claude_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*),Bash(gh api:*)"
97+
claude_args: --model claude-opus-5 --max-turns 100 --allowedTools "Read,Glob,Grep,Skill,Task,mcp__github_inline_comment__create_inline_comment,mcp__github_comment__update_claude_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*),Bash(gh api:*)"
9898
prompt: ${{ env.REVIEW_PROMPT }}
9999
- name: Upload review context artifacts
100100
if: always()

0 commit comments

Comments
 (0)