diff options
| author | hathach <[email protected]> | 2026-09-04 04:42:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-09-04 04:42:29 +0700 |
| commit | ca1a65d55a6e50bae7e2ed6f28a99bdcc4828e4c (patch) | |
| tree | a94c0a19020b81dafca809687111875fb110c486 | |
| parent | e8ac308461665f5e47ff45d61e4028f0ce99d934 (diff) | |
ci: run the Claude review and @claude jobs on Opus 5claude/ci-review-effort
| -rw-r--r-- | .github/workflows/claude-code-review.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/claude.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index bc22c6f43..9986e100a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -62,7 +62,7 @@ jobs: # token, so any write is ephemeral and nothing can be pushed. claude_args: | --max-turns 50 - --model claude-opus-4-8 + --model claude-opus-5 --effort high --allowedTools Bash,Write # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 66e36897c..f88387772 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -65,4 +65,4 @@ jobs: # command allowlist can safely contain it. Claude still edits files and # the action commits/opens the PR; the resulting commit is verified by the # repo's CircleCI matrix. --max-turns gives room to investigate + fix. - claude_args: '--max-turns 30' + claude_args: '--max-turns 30 --model claude-opus-5' |
