From 47236efd18ed2119fc45b194962ef72907e53e2d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:24:54 +0000 Subject: [PATCH 1/2] Initial plan From 76d87d955192c26f26614268e71cd38b66f287b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:34:08 +0000 Subject: [PATCH 2/2] Fix stale test-dispatcher commit in add integration test Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/cli/add_integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cli/add_integration_test.go b/pkg/cli/add_integration_test.go index 08c2f4cef36..70acdf23506 100644 --- a/pkg/cli/add_integration_test.go +++ b/pkg/cli/add_integration_test.go @@ -997,9 +997,9 @@ func TestAddWorkflowWithDispatchWorkflowDependency(t *testing.T) { defer setup.cleanup() // Add test-dispatcher.md which has a dispatch-workflow dependency on test-workflow. - // Pin to the last public revision (6d18ddf01ec9aaac84f679ebecfcf6d66aa31153) + // Pin to the last public revision (6d18ddf01e820eca81031fe9c95bad265c940015) // before private: true was added in e8ca23ae1d. - workflowSpec := "github/gh-aw/.github/workflows/test-dispatcher.md@6d18ddf01ec9aaac84f679ebecfcf6d66aa31153" + workflowSpec := "github/gh-aw/.github/workflows/test-dispatcher.md@6d18ddf01e820eca81031fe9c95bad265c940015" cmd := exec.Command(setup.binaryPath, "add", workflowSpec, "--verbose") cmd.Dir = setup.tempDir