From cb2a191642d662bf7ad073c53884cd2b38505e5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 19:21:29 +0000 Subject: [PATCH 1/2] Initial plan From bef213c35c56e8e8bd1a6d7f0cbad4e1d3dd3489 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 19:25:14 +0000 Subject: [PATCH 2/2] Fix JavaScript formatting issue in assign_to_agent.test.cjs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/js/assign_to_agent.test.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/setup/js/assign_to_agent.test.cjs b/actions/setup/js/assign_to_agent.test.cjs index 97117c9d2a..3e383f09b9 100644 --- a/actions/setup/js/assign_to_agent.test.cjs +++ b/actions/setup/js/assign_to_agent.test.cjs @@ -395,7 +395,7 @@ describe("assign_to_agent", () => { // Simulate permission error during agent assignment mutation (not during getIssueDetails) // First call: findAgent succeeds - // Second call: getIssueDetails succeeds + // Second call: getIssueDetails succeeds // Third call: assignAgentToIssue fails with permission error const permissionError = new Error("Resource not accessible by integration"); mockGithub.graphql