From ea9a19f519c42b931fd89de463069c240c008e0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:21:41 +0000 Subject: [PATCH 1/2] Initial plan From c39d0387f901181a56541f7b1433ba6606dd315c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:23:21 +0000 Subject: [PATCH 2/2] feat: assign Copilot to issues created by create-issue-on-failure job Co-authored-by: csett86 <1392875+csett86@users.noreply.github.com> --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57f1e29..1b71394 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -158,6 +158,7 @@ jobs: repo: context.repo.repo, title: title, body: body, - labels: ['automated-test-failure'] + labels: ['automated-test-failure'], + assignees: ['Copilot'] }); }