Skip to content

Replace all desktop/copilot-release-notes references with github/#4

Merged
tidy-dev merged 1 commit into
mainfrom
remove-desktop-refs
Apr 2, 2026
Merged

Replace all desktop/copilot-release-notes references with github/#4
tidy-dev merged 1 commit into
mainfrom
remove-desktop-refs

Conversation

@tidy-dev

@tidy-dev tidy-dev commented Apr 2, 2026

Copy link
Copy Markdown
Collaborator

Updates all workflow files to point to github/copilot-release-notes instead of desktop/copilot-release-notes. The desktop repo is being deleted.

Update workflow files to point to github org.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 2, 2026 14:50
@tidy-dev tidy-dev enabled auto-merge April 2, 2026 14:50
@tidy-dev tidy-dev disabled auto-merge April 2, 2026 14:51
@tidy-dev tidy-dev merged commit a334b92 into main Apr 2, 2026
7 checks passed
@tidy-dev tidy-dev deleted the remove-desktop-refs branch April 2, 2026 14:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflows to use the new github/copilot-release-notes repository reference (replacing desktop/copilot-release-notes) so workflows continue to function after the desktop repo is removed.

Changes:

  • Switch uses: references from desktop/copilot-release-notes@main to github/copilot-release-notes@main.
  • Update actions/checkout repository: inputs to fetch instructions from github/copilot-release-notes.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/test.yml Updates the action reference used to generate release notes.
.github/workflows/test-custom.yml Updates both the instructions checkout repo and the action reference.
.github/workflows/test-cli.yml Updates both the instructions checkout repo and the action reference.
.github/workflows/test-cli-generic.yml Updates the action reference used for generic release note generation.
Comments suppressed due to low confidence (2)

.github/workflows/test-custom.yml:39

  • The workflow pins this action to the main branch. For supply-chain security and reproducibility, consider pinning github/copilot-release-notes to a tagged release or a full commit SHA instead of a moving branch.
        uses: github/copilot-release-notes@main

.github/workflows/test-cli.yml:39

  • The workflow pins this action to the main branch. For supply-chain security and reproducibility, consider pinning github/copilot-release-notes to a tagged release or a full commit SHA instead of a moving branch.
        uses: github/copilot-release-notes@main

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: Generate Release Notes
id: notes
uses: desktop/copilot-release-notes@main
uses: github/copilot-release-notes@main

Copilot AI Apr 2, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow pins this action to the main branch. For supply-chain security and reproducibility, consider pinning github/copilot-release-notes to a tagged release or a full commit SHA instead of a moving branch.

Suggested change
uses: github/copilot-release-notes@main
uses: github/copilot-release-notes@v1.6.5

Copilot uses AI. Check for mistakes.
Comment on lines +33 to 35
repository: github/copilot-release-notes
path: _action-config
sparse-checkout: release-notes-guide.md

Copilot AI Apr 2, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout is pulling instruction content from the default branch of github/copilot-release-notes. To keep these tests deterministic (and reduce supply-chain risk), consider pinning the checkout to an explicit ref (tag or commit SHA).

This issue also appears on line 39 of the same file.

See below for a potential fix:

          ref: v1.7.1
          path: _action-config
          sparse-checkout: release-notes-guide.md

      - name: Generate Release Notes (Custom Instructions)
        id: notes
        uses: github/copilot-release-notes@v1.7.1

Copilot uses AI. Check for mistakes.
Comment on lines +33 to 35
repository: github/copilot-release-notes
path: _action-config
sparse-checkout: cli-release-notes-instructions.md

Copilot AI Apr 2, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/checkout is pulling instruction content from the default branch of github/copilot-release-notes. To keep these tests deterministic (and reduce supply-chain risk), consider pinning the checkout to an explicit ref (tag or commit SHA).

This issue also appears on line 39 of the same file.

See below for a potential fix:

          ref: v1
          path: _action-config
          sparse-checkout: cli-release-notes-instructions.md

      - name: Generate Release Notes (CLI Style)
        id: notes
        uses: github/copilot-release-notes@v1

Copilot uses AI. Check for mistakes.
- name: Generate Release Notes (Generic)
id: notes
uses: desktop/copilot-release-notes@main
uses: github/copilot-release-notes@main

Copilot AI Apr 2, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow pins this action to the main branch. For supply-chain security and reproducibility, consider pinning github/copilot-release-notes to a tagged release or a full commit SHA instead of a moving branch.

Suggested change
uses: github/copilot-release-notes@main
uses: github/copilot-release-notes@v1.0.0

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants