From 076e2fd53e18d0847aaaa46fd42724154d3b08a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:44:49 +0000 Subject: [PATCH 1/2] Initial plan From 2a7ba266ba0e0a97198d6d1d7dbe122713c11ff6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:52:00 +0000 Subject: [PATCH 2/2] Fix timeout_minutes in max_turns_test.go - use timeout-minutes instead Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/max_turns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/workflow/max_turns_test.go b/pkg/workflow/max_turns_test.go index b1dc696d77..4b313ab6d9 100644 --- a/pkg/workflow/max_turns_test.go +++ b/pkg/workflow/max_turns_test.go @@ -76,7 +76,7 @@ permissions: engine: id: claude max-turns: 10 -timeout_minutes: 15 +timeout-minutes: 15 strict: false tools: github: