From 27053a2f4dc8c7aa63c58e3895e9b397b40926e0 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Tue, 23 Dec 2025 08:13:42 +0000 Subject: [PATCH] fix: increase max-turns from 5 to 10 for structured output --- .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 69f46dfb1..feaa5e033 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 5 + --max-turns 10 --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