From 9db56e4449a60850fe4eb050160136f7d8347aaa Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Tue, 23 Dec 2025 08:25:57 +0000 Subject: [PATCH] chore: increase max-turns to 20 for better margin --- .github/workflows/release-draft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-draft.yaml b/.github/workflows/release-draft.yaml index feaa5e033..f5aeebceb 100644 --- a/.github/workflows/release-draft.yaml +++ b/.github/workflows/release-draft.yaml @@ -76,7 +76,7 @@ jobs: claude_args: | --model claude-opus-4-5-20251101 - --max-turns 10 + --max-turns 20 --json-schema '{"type":"object","properties":{"has_breaking_changes":{"type":"boolean","description":"Whether this PR contains breaking changes"},"breaking_changes_content":{"type":"string","description":"Formatted breaking changes section content (without ## Breaking Changes header), or empty string if none"},"reasoning":{"type":"string","description":"Brief explanation of why this is or is not a breaking change"}},"required":["has_breaking_changes","breaking_changes_content","reasoning"]}' - name: Parse Claude output