[DEVEX-1523] Bump AI reviewer max_turns to 10#123
Conversation
PR SummaryLow Risk Overview The Reviewed by Cursor Bugbot for commit 142f275. Bugbot is set up for automated code reviews on this repo. Configure here. |
de8f88c to
892c238
Compare
Claude was hitting the turn limit on larger diffs before it could submit the review. Bump to 20 for headroom on large PRs. Also add continue-on-error so Claude failures never block the CI check — the review is advisory, not a gate. Co-authored-by: Cursor <cursoragent@cursor.com>
892c238 to
142f275
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 142f275. Configure here.
| required: false | ||
| type: number | ||
| default: 5 | ||
| default: 20 |
There was a problem hiding this comment.
Default max_turns mismatch
Low Severity
The reusable workflow sets max_turns default to 20, but the PR title and description (DEVEX-1523) specify bumping the default to 10. Callers that rely on the documented default may run twice as many turns as intended, increasing latency and API cost.
Reviewed by Cursor Bugbot for commit 142f275. Configure here.
| fetch-depth: 0 | ||
|
|
||
| - uses: anthropics/claude-code-action@v1 | ||
| continue-on-error: true |
There was a problem hiding this comment.
Review failures hidden
Medium Severity
continue-on-error: true on the Claude review step lets the job finish successfully when the step fails, with no later step checking steps.*.outcome. Required checks or automation can treat a failed or incomplete AI review as a pass.
Reviewed by Cursor Bugbot for commit 142f275. Configure here.


Summary
max_turnsfrom 5 to 10JIRA: DEVEX-1523
Made with Cursor