Skip to content

Commit 0933ddb

Browse files
tidy-devCopilot
andcommitted
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>
1 parent d5ddfca commit 0933ddb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-cli-generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate Release Notes (Generic)
3131
id: notes
32-
uses: desktop/copilot-release-notes@main
32+
uses: github/copilot-release-notes@main
3333
with:
3434
base-ref: ${{ inputs.base-ref }}
3535
head-ref: ${{ inputs.head-ref }}

.github/workflows/test-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- name: Checkout instructions file
3131
uses: actions/checkout@v4
3232
with:
33-
repository: desktop/copilot-release-notes
33+
repository: github/copilot-release-notes
3434
path: _action-config
3535
sparse-checkout: cli-release-notes-instructions.md
3636

3737
- name: Generate Release Notes (CLI Style)
3838
id: notes
39-
uses: desktop/copilot-release-notes@main
39+
uses: github/copilot-release-notes@main
4040
with:
4141
base-ref: ${{ inputs.base-ref }}
4242
head-ref: ${{ inputs.head-ref }}

.github/workflows/test-custom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- name: Checkout instructions file
3131
uses: actions/checkout@v4
3232
with:
33-
repository: desktop/copilot-release-notes
33+
repository: github/copilot-release-notes
3434
path: _action-config
3535
sparse-checkout: release-notes-guide.md
3636

3737
- name: Generate Release Notes (Custom Instructions)
3838
id: notes
39-
uses: desktop/copilot-release-notes@main
39+
uses: github/copilot-release-notes@main
4040
with:
4141
base-ref: ${{ inputs.base-ref }}
4242
head-ref: ${{ inputs.head-ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Generate Release Notes
3131
id: notes
32-
uses: desktop/copilot-release-notes@main
32+
uses: github/copilot-release-notes@main
3333
with:
3434
base-ref: ${{ inputs.base-ref }}
3535
head-ref: ${{ inputs.head-ref }}

0 commit comments

Comments
 (0)