chore: increment max calls allowed for claude (#2082)

Allows longer sessions with the claude agent
This commit is contained in:
Tom Alexander 2026-04-09 11:31:47 -04:00 committed by GitHub
parent 6ef3b48e0c
commit 8f7d0d09c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,4 +51,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_sticky_comment: 'true'
include_fix_links: 'true'
claude_args: '--max-turns 20'
claude_args: '--max-turns 60'