diff options
| author | Ha Thach <[email protected]> | 2026-06-19 20:03:51 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-19 20:03:51 +0700 |
| commit | 3c54098801b1f32cd699b7a64a6a5bf4724ba088 (patch) | |
| tree | d370db388e9950580855b2a18f740e4228b55314 /.github/workflows | |
| parent | 36fa4b1536ca6bf4eb87d53329ed9343d33bcabc (diff) | |
| parent | e7b373ede2dc1ab7322d9687bc5ca87dd156e355 (diff) | |
Merge pull request #3716 from hathach/claude/ci-review-effort-max
ci(review): run Claude PR review at max effort
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/claude-code-review.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 60cc4db4b..59019616f 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -53,5 +53,8 @@ jobs: # TEMPORARY: expose the full Claude transcript in the Actions log for # debugging. Revert to remove once done. show_full_output: true - claude_args: '--max-turns 50 --model claude-opus-4-8' + claude_args: | + --max-turns 50 + --model claude-opus-4-8 + --effort max # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md |
