From 701a54c0b1e38d2502e36083e0e72f71ebeef8e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:00:35 +0000 Subject: [PATCH 1/3] Initial plan From 39a8192dfaf544efbb3b7cfd9243b9a2a408ef52 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:03:41 +0000 Subject: [PATCH 2/3] Move copilot-setup-steps.yml to workflows directory Co-authored-by: ricardoV94 <28983449+ricardoV94@users.noreply.github.com> --- .github/{ => workflows}/copilot-setup-steps.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/copilot-setup-steps.yml (100%) diff --git a/.github/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml similarity index 100% rename from .github/copilot-setup-steps.yml rename to .github/workflows/copilot-setup-steps.yml From 98ed115e5462fdcf14bf5a7aad408bc05a8ce8d1 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:06:49 +0200 Subject: [PATCH 3/3] Update workflow paths for copilot setup steps --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 64ac90191a..786abdfca9 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -6,10 +6,10 @@ on: workflow_dispatch: push: paths: - - .github/copilot-setup-steps.yml + - .github/workflows/copilot-setup-steps.yml pull_request: paths: - - .github/copilot-setup-steps.yml + - .github/workflows/copilot-setup-steps.yml jobs: # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.