Use Claude Opus 5 in GitHub workflows (#11335)

This commit is contained in:
Samuel Newman
2026-08-06 14:14:06 +03:00
committed by GitHub
parent 61283da526
commit 1ac5a71d61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:*)"
+1 -1
View File
@@ -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 }}