Skip to content

Commit 7ab487e

Browse files
committed
ci: avoid false Claude turn-limit failures
1 parent f658f72 commit 7ab487e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@ jobs:
218218
verdict_comment structured-output field; the workflow will post it.
219219
Do not modify files, commits, branches, labels, or PR state.
220220
claude_args: |
221+
# The 30-minute job timeout is the hard limit. In this provider,
222+
# --max-turns can reject an otherwise successful result post hoc.
221223
--model "${{ vars.CLAUDE_REVIEW_MODEL || 'Claude Sonnet 4.6' }}"
222-
--max-turns 20
223224
--permission-mode dontAsk
224225
--setting-sources project
225226
--strict-mcp-config

0 commit comments

Comments
 (0)