diff --git a/.github/actions/pr-review/action.yml b/.github/actions/pr-review/action.yml index 8774377..4f20498 100644 --- a/.github/actions/pr-review/action.yml +++ b/.github/actions/pr-review/action.yml @@ -83,7 +83,7 @@ runs: github_token: ${{ inputs.github_token }} include_fix_links: true allowed_bots: "*" - claude_args: --model claude-opus-4-6 --max-turns 100 --allowedTools "Read,Glob,Grep,Skill,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*),Bash(gh api:*)" + claude_args: --model claude-opus-4-8 --max-turns 100 --allowedTools "Read,Glob,Grep,Skill,Task,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*),Bash(gh api:*)" prompt: ${{ env.REVIEW_PROMPT }} - name: Upload review context artifacts if: always()