From a6397861bf3ef3417a24fa8d6c490adafb24d5e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:50:55 +0000 Subject: [PATCH 1/2] Initial plan From eae8605933d131dcb15b764539c16622cd500181 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:55:32 +0000 Subject: [PATCH 2/2] fix: remove duplicate Setup Mise Environment step Remove the first instance of "Setup Mise Environment" step (lines 52-58) as it was a duplicate. The second instance with id: setup-mise is kept since it's needed for the Verify Mise Setup step that references it. Co-authored-by: bashandbone <89049923+bashandbone@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2f0da4588..2e6a7164e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -49,13 +49,6 @@ jobs: fetch-depth: 2 - name: Free up disk space run: ./scripts/dev-env/ci-free-disk-space.sh - - name: Setup Mise Environment - uses: ./.github/actions/setup-mise-env - with: - python-version: "3.13" - github-token: ${{ secrets.GITHUB_TOKEN }} - profile: "dev" - skip-checkout: "true" - name: Make scripts executable run: | chmod -R +x scripts