From d89123f3ecda4a3014d0a3a13df0ea1e299b1a6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:15:08 +0000 Subject: [PATCH 1/2] Initial plan From f1e28654db94e39f15b8ea50f75bc881a036e6bd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:17:42 +0000 Subject: [PATCH 2/2] Fix copilot setup steps workflow - rename job and set read-all permissions Co-authored-by: stephenfuqua <9324390+stephenfuqua@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 73d9654..0420ab3 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -11,11 +11,10 @@ on: workflow_dispatch: jobs: - setup: - name: Setup + copilot-setup-steps: + name: Copilot Setup Steps runs-on: ubuntu-latest - permissions: - contents: read + permissions: read-all defaults: run: