From 554c7926a16c440327a338e7cfaadcd89789c0d7 Mon Sep 17 00:00:00 2001 From: Steve Gontzes Date: Mon, 15 Jun 2026 10:05:59 -0400 Subject: [PATCH] Bump pr-review model to Claude Opus 4.8 --- .github/actions/pr-review/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()