Skip to content

Commit c5e842d

Browse files
committed
fix: increase Claude max-turns to 15 for deeper PR reviews
- Increase from 5 to 15 turns to handle larger PRs - Allows Claude to complete comprehensive reviews - Applies to both auto-review and interactive modes
1 parent 80555a7 commit c5e842d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- Server vs Client Component usage
3737
- hey-api integration patterns
3838
Be concise and actionable - highlight critical issues first.
39-
claude_args: "--max-turns 5"
39+
claude_args: "--max-turns 15"
4040

4141
# Respond to @claude mentions
4242
interactive:
@@ -57,4 +57,4 @@ jobs:
5757
uses: anthropics/claude-code-action@ac1a3207f3f00b4a37e2f3a6f0935733c7c64651 # v1.0
5858
with:
5959
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
60-
claude_args: "--max-turns 5"
60+
claude_args: "--max-turns 15"

0 commit comments

Comments
 (0)