Skip to content

Commit 7a6bc4b

Browse files
authored
fix: increase claude code max-turns (#63)
1 parent 4f3ee44 commit 7a6bc4b

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
@@ -28,7 +28,7 @@ jobs:
2828
prompt: "/review"
2929
claude_args: |
3030
--system-prompt "Follow the guidelines in CLAUDE.md. Focus on code quality, security, TypeScript strict mode (NO any types), Next.js App Router best practices, and hey-api integration patterns."
31-
--max-turns 15
31+
--max-turns 50
3232
3333
# Respond to @claude mentions
3434
interactive:
@@ -51,4 +51,4 @@ jobs:
5151
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5252
claude_args: |
5353
--system-prompt "Follow the guidelines in CLAUDE.md. Focus on code quality, security, TypeScript strict mode (NO any types), Next.js App Router best practices, and hey-api integration patterns."
54-
--max-turns 15
54+
--max-turns 50

0 commit comments

Comments
 (0)