From 82f1ce5d2c70f3ab93d8e822dbd3729f9535554c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 30 Jul 2026 16:55:18 +0300 Subject: [PATCH] use claude opus 5 in github workflows --- .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 c4e4cbcb7d..846b24fe23 100644 --- a/.github/workflows/claude-mention.yml +++ b/.github/workflows/claude-mention.yml @@ -72,5 +72,5 @@ jobs: actions: read track_progress: true claude_args: | - --model global.anthropic.claude-opus-4-8 + --model global.anthropic.claude-opus-5 --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 de15b75fed..796891ec58 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -58,7 +58,7 @@ jobs: actions: read track_progress: true claude_args: | - --model global.anthropic.claude-opus-4-8 + --model global.anthropic.claude-opus-5 --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 }}