From 89cb08e93c232a60b77c4ef23d6beb13cfcf563d Mon Sep 17 00:00:00 2001 From: Austin McKinley <54160+amckinley@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:34:13 -0700 Subject: [PATCH] claude: use Opus 4.8 for GitHub workflows (#11436) --- .github/workflows/claude-mention.yml | 2 +- .github/workflows/claude-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-mention.yml b/.github/workflows/claude-mention.yml index 0750069f92..19f9ba3bd7 100644 --- a/.github/workflows/claude-mention.yml +++ b/.github/workflows/claude-mention.yml @@ -71,5 +71,5 @@ jobs: actions: read track_progress: true claude_args: | - --model claude-opus-5:api + --model claude-opus-4-8:api --allowedTools "mcp__github_inline_comment__create_inline_comment,mcp__github_ci__get_ci_status,mcp__github_ci__download_job_log,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 18f7aceb86..dbc52440ec 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -56,7 +56,7 @@ jobs: actions: read track_progress: true claude_args: | - --model claude-opus-5:api + --model claude-opus-4-8:api --allowedTools "mcp__github_inline_comment__create_inline_comment,mcp__github_ci__get_ci_status,mcp__github_ci__download_job_log,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" prompt: | REPO: ${{ github.repository }}