From 29c6079182b2258913f5f95c0b63bdff7663ec75 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:53:10 +0000 Subject: [PATCH 1/2] Initial plan From c994949ebe1cb8e379b77505fc7c04edbc05197e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:15:08 +0000 Subject: [PATCH 2/2] Add clean: false to agentics-maintenance.yml checkout steps to prevent workspace wipe Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/agentics-maintenance.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/agentics-maintenance.yml b/.github/workflows/agentics-maintenance.yml index e2527b3b7ca..35b466e740c 100644 --- a/.github/workflows/agentics-maintenance.yml +++ b/.github/workflows/agentics-maintenance.yml @@ -107,6 +107,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -152,6 +153,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -239,6 +241,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -285,6 +288,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -593,6 +597,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -681,6 +686,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -725,6 +731,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Scripts @@ -815,6 +822,7 @@ jobs: with: sparse-checkout: | actions + clean: false persist-credentials: false - name: Setup Node.js