From 1db96690758eaa2c7579056580c5cd658305996f Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:56:14 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20deprecate=20=5Fcopilot-setup-steps=20?= =?UTF-8?q?=E2=80=94=20moved=20to=20ai-workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copilot setup is an AI workflow and belongs in ai-workflows, not .github. Marking as deprecated until consumers (nix-darwin, nix-ai) are updated. (claude) --- .github/workflows/_copilot-setup-steps.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/_copilot-setup-steps.yml b/.github/workflows/_copilot-setup-steps.yml index 3255f83..8ec1c5c 100644 --- a/.github/workflows/_copilot-setup-steps.yml +++ b/.github/workflows/_copilot-setup-steps.yml @@ -1,3 +1,8 @@ +# DEPRECATED 2026-04-07: Moved to JacobPEvans/ai-workflows +# All AI workflows live in ai-workflows, not .github. +# Use: uses: JacobPEvans/ai-workflows/.github/workflows/_copilot-setup-steps.yml@main +# To be deleted after nix-darwin and nix-ai are updated. +# # Reusable: Copilot Setup Steps (Nix) # Sets up a Nix development environment for GitHub Copilot coding agents. # @@ -17,6 +22,7 @@ on: jobs: copilot-setup-steps: name: Copilot Setup Steps + if: false runs-on: ubuntu-latest permissions: contents: read