From 0933ddb2c6bc13ddd635757d54be8ee167e6f291 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:49:58 -0400 Subject: [PATCH] Replace all desktop/copilot-release-notes references with github/ Update workflow files to point to github org. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/test-cli-generic.yml | 2 +- .github/workflows/test-cli.yml | 4 ++-- .github/workflows/test-custom.yml | 4 ++-- .github/workflows/test.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-cli-generic.yml b/.github/workflows/test-cli-generic.yml index 402587f..be6d78d 100644 --- a/.github/workflows/test-cli-generic.yml +++ b/.github/workflows/test-cli-generic.yml @@ -29,7 +29,7 @@ jobs: - name: Generate Release Notes (Generic) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 6a64f57..2f4ec0a 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -30,13 +30,13 @@ jobs: - name: Checkout instructions file uses: actions/checkout@v4 with: - repository: desktop/copilot-release-notes + repository: github/copilot-release-notes path: _action-config sparse-checkout: cli-release-notes-instructions.md - name: Generate Release Notes (CLI Style) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test-custom.yml b/.github/workflows/test-custom.yml index e6bcd9d..8f2d877 100644 --- a/.github/workflows/test-custom.yml +++ b/.github/workflows/test-custom.yml @@ -30,13 +30,13 @@ jobs: - name: Checkout instructions file uses: actions/checkout@v4 with: - repository: desktop/copilot-release-notes + repository: github/copilot-release-notes path: _action-config sparse-checkout: release-notes-guide.md - name: Generate Release Notes (Custom Instructions) id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 778f894..2657db4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Generate Release Notes id: notes - uses: desktop/copilot-release-notes@main + uses: github/copilot-release-notes@main with: base-ref: ${{ inputs.base-ref }} head-ref: ${{ inputs.head-ref }}