Skip to content

Commit 2112ca2

Browse files
tidy-devCopilot
andcommitted
Update all repo references from desktop/ to github/ org
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 470e45f commit 2112ca2

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contributing
22

3-
[fork]: https://github.com/desktop/copilot-release-notes/fork
4-
[pr]: https://github.com/desktop/copilot-release-notes/compare
3+
[fork]: https://github.com/github/copilot-release-notes/fork
4+
[pr]: https://github.com/github/copilot-release-notes/compare
55

66
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
77

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Give it two tags (or branches, or SHAs), and it analyzes every PR merged between
1616

1717
```yaml
1818
- name: Generate release notes
19-
uses: desktop/copilot-release-notes@main
19+
uses: github/copilot-release-notes@main
2020
with:
2121
base-ref: v1.0.0
2222
head-ref: v1.1.0
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Generate release notes
8383
id: notes
84-
uses: desktop/copilot-release-notes@main
84+
uses: github/copilot-release-notes@main
8585
with:
8686
base-ref: ${{ inputs.base-ref }}
8787
head-ref: ${{ inputs.head-ref }}
@@ -97,7 +97,7 @@ jobs:
9797
```yaml
9898
- name: Generate release notes
9999
id: notes
100-
uses: desktop/copilot-release-notes@main
100+
uses: github/copilot-release-notes@main
101101
with:
102102
base-ref: v1.0.0
103103
head-ref: v1.1.0
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 0
121121
122122
- name: Generate release notes
123-
uses: desktop/copilot-release-notes@main
123+
uses: github/copilot-release-notes@main
124124
with:
125125
base-ref: v2.74.0
126126
head-ref: v2.75.0
@@ -132,7 +132,7 @@ jobs:
132132

133133
```yaml
134134
- name: Generate release notes
135-
uses: desktop/copilot-release-notes@main
135+
uses: github/copilot-release-notes@main
136136
with:
137137
base-ref: v3.5.6
138138
head-ref: v3.5.7
@@ -251,7 +251,7 @@ This project is maintained by the [@github/gh-cli-and-desktop](https://github.co
251251

252252
## Support
253253

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.
255255

256256
## Security
257257

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to file issues and get help
44

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.
66

77
**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.
88

0 commit comments

Comments
 (0)