From eff7a6203bcae813212b1269d218856b8e40c2ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:01:31 +0000 Subject: [PATCH 1/2] Initial plan From edb47bedd7a5b722bdbbf3556b83ab4fdd0d10e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:07:58 +0000 Subject: [PATCH 2/2] Fix formatting in compile_outputs_pr_test.go Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/compile_outputs_pr_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/workflow/compile_outputs_pr_test.go b/pkg/workflow/compile_outputs_pr_test.go index d79ef284db9..68b750dd153 100644 --- a/pkg/workflow/compile_outputs_pr_test.go +++ b/pkg/workflow/compile_outputs_pr_test.go @@ -806,7 +806,6 @@ This workflow tests the create-pull-request with default fallback-as-issue behav t.Error("Expected issues: write permission in safe_outputs job when fallback-as-issue defaults to true") } - // Verify handler config defaults fallback_as_issue to true (or omitted means default true) if !strings.Contains(lockContentStr, "GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG") { t.Error("Expected GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG environment variable")