claude: use Opus 4.8 for GitHub workflows (#11436)

This commit is contained in:
Austin McKinley
2026-08-10 16:34:13 -07:00
committed by GitHub
parent 44a44e86be
commit 89cb08e93c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:*)"
+1 -1
View File
@@ -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 }}