summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-11 19:47:01 +0700
committerGitHub <[email protected]>2026-06-11 19:47:01 +0700
commit629e805e08575398070d0a9ac2087a853c93d290 (patch)
tree76c506fd742a50de82c467ee1c5ba476cf5e3018 /.github/workflows
parent7f1ccdc22fdbc664799f7b9dbe77d518ee014864 (diff)
parentc9cfd829f6a793b227f4e52df29337f2a8530ce7 (diff)
Merge pull request #3692 from hathach/claude/bump-claude-review-max-turns
ci(claude-review): raise --max-turns 20 -> 50
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/claude-code-review.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index 71c1cb8ab..94001dd8a 100644
--- a/.github/workflows/claude-code-review.yml
+++ b/.github/workflows/claude-code-review.yml
@@ -53,5 +53,5 @@ 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 20'
+ claude_args: '--max-turns 50'
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md