-
Notifications
You must be signed in to change notification settings - Fork 1
Replace all desktop/copilot-release-notes references with github/ #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Comment on lines
+33
to
35
|
||
|
|
||
| - 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 }} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Comment on lines
+33
to
35
|
||
|
|
||
| - 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 }} | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -29,7 +29,7 @@ jobs: | |||||
|
|
||||||
| - name: Generate Release Notes | ||||||
| id: notes | ||||||
| uses: desktop/copilot-release-notes@main | ||||||
| uses: github/copilot-release-notes@main | ||||||
|
||||||
| uses: github/copilot-release-notes@main | |
| uses: github/copilot-release-notes@v1.6.5 |
There was a problem hiding this comment.
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
mainbranch. For supply-chain security and reproducibility, consider pinninggithub/copilot-release-notesto a tagged release or a full commit SHA instead of a moving branch.