You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Give it two tags (or branches, or SHAs), and it analyzes every PR merged between
16
16
17
17
```yaml
18
18
- name: Generate release notes
19
-
uses: desktop/copilot-release-notes@main
19
+
uses: github/copilot-release-notes@main
20
20
with:
21
21
base-ref: v1.0.0
22
22
head-ref: v1.1.0
@@ -81,7 +81,7 @@ jobs:
81
81
82
82
- name: Generate release notes
83
83
id: notes
84
-
uses: desktop/copilot-release-notes@main
84
+
uses: github/copilot-release-notes@main
85
85
with:
86
86
base-ref: ${{ inputs.base-ref }}
87
87
head-ref: ${{ inputs.head-ref }}
@@ -97,7 +97,7 @@ jobs:
97
97
```yaml
98
98
- name: Generate release notes
99
99
id: notes
100
-
uses: desktop/copilot-release-notes@main
100
+
uses: github/copilot-release-notes@main
101
101
with:
102
102
base-ref: v1.0.0
103
103
head-ref: v1.1.0
@@ -120,7 +120,7 @@ jobs:
120
120
fetch-depth: 0
121
121
122
122
- name: Generate release notes
123
-
uses: desktop/copilot-release-notes@main
123
+
uses: github/copilot-release-notes@main
124
124
with:
125
125
base-ref: v2.74.0
126
126
head-ref: v2.75.0
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
```yaml
134
134
- name: Generate release notes
135
-
uses: desktop/copilot-release-notes@main
135
+
uses: github/copilot-release-notes@main
136
136
with:
137
137
base-ref: v3.5.6
138
138
head-ref: v3.5.7
@@ -251,7 +251,7 @@ This project is maintained by the [@github/gh-cli-and-desktop](https://github.co
251
251
252
252
## Support
253
253
254
-
For bug reports and feature requests, please [open an issue](https://github.com/desktop/copilot-release-notes/issues). See [SUPPORT.md](SUPPORT.md) for more details.
254
+
For bug reports and feature requests, please [open an issue](https://github.com/github/copilot-release-notes/issues). See [SUPPORT.md](SUPPORT.md) for more details.
Copy file name to clipboardExpand all lines: SUPPORT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## How to file issues and get help
4
4
5
-
This project uses [GitHub issues](https://github.com/desktop/copilot-release-notes/issues) to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
5
+
This project uses [GitHub issues](https://github.com/github/copilot-release-notes/issues) to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
6
6
7
7
**Copilot Release Notes** is under active development and maintained by GitHub staff. We will do our best to respond to support, feature requests, and community questions in a timely manner.
0 commit comments