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 /.github/workflows/claude.yml | |
| parent | e8ac308461665f5e47ff45d61e4028f0ce99d934 (diff) | |
ci: run the Claude review and @claude jobs on Opus 5
Diffstat (limited to '.github/workflows/claude.yml')
| -rw-r--r-- | .github/workflows/claude.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
