From 4e73c927886724304f05728e36df9b44e711c272 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Wed, 19 Aug 2026 16:12:52 +0100 Subject: [PATCH] chore: bump Claude review model --- .github/workflows/doc-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-review.yml b/.github/workflows/doc-review.yml index 5264a79..f948205 100644 --- a/.github/workflows/doc-review.yml +++ b/.github/workflows/doc-review.yml @@ -57,7 +57,7 @@ jobs: # gh subcommands needed to read PR context and post comments. claude_args: | --max-turns 30 - --model claude-opus-4-6 + --model claude-opus-5 --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" prompt: | REPO: ${{ github.repository }}