Skip to content

Commit 8d811d6

Browse files
authored
chore: update all repository references (#12)
1 parent 95e10f9 commit 8d811d6

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!--
22
Please read the contributing guide before raising a pull request.
3-
https://github.com/octokit/Octokit.Webhooks/blob/main/CONTRIBUTING.md
3+
https://github.com/octokit/webhooks.net/blob/main/CONTRIBUTING.md
44
-->

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
6060
environment:
6161
name: 'GitHub Packages'
62-
url: https://github.com/JamieMagee/Octokit.Webhooks/packages
62+
url: https://github.com/octokit/webhooks.net/packages
6363
permissions:
6464
packages: write
6565
runs-on: windows-latest
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
name: 'windows-latest'
7171
- name: 'Dotnet NuGet Add Source'
72-
run: dotnet nuget add source https://nuget.pkg.github.com/JamieMagee/index.json --name GitHub --username JamieMagee --password ${{secrets.GITHUB_TOKEN}}
72+
run: dotnet nuget add source https://nuget.pkg.github.com/octokit/index.json --name GitHub --username octokit --password ${{secrets.GITHUB_TOKEN}}
7373
shell: pwsh
7474
- name: 'Dotnet NuGet Push'
7575
run: dotnet nuget push .\*.nupkg --api-key ${{ github.token }} --source GitHub --skip-duplicate

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thank you 💖
1111

1212
Before you create a new Issue:
1313

14-
1. Please make sure there is no [open issue](https://github.com/octokit/Octokit.Webhooks/issues) yet.
14+
1. Please make sure there is no [open issue](https://github.com/octokit/webhooks.net/issues) yet.
1515
2. If it is a bug report, include the steps to reproduce the issue, and please create a reproducible test case on [dotnetfiddle.com](https://dotnetfiddle.net/).
1616
3. If it is a feature request, please share the motivation for the new feature, what alternatives you tried, and how you would implement it.
1717
4. Please include links to the corresponding GitHub documentation.
@@ -23,8 +23,8 @@ First, fork the repository.
2323
Set up the repository locally. Replace `<your account name>` with the name of the account you forked to.
2424

2525
```shell
26-
git clone https://github.com/<your account name>/Octokit.Webhooks.git
27-
cd Octokit.Webhooks
26+
git clone https://github.com/<your account name>/webhooks.net.git
27+
cd webhooks.net
2828
dotnet tool restore
2929
dotnet cake --target=Build
3030
```
@@ -39,5 +39,5 @@ dotnet cake --target=Test
3939

4040
- Create a new branch locally.
4141
- Make your changes in that branch and push them to your fork
42-
- Submit a pull request from your topic branch to the main branch on the `octokit/Octokit.Webhooks` repository.
43-
- Be sure to tag any issues your pull request is taking care of / contributing to. Adding "Closes #123" to a pull request description will automatically close the issue once the pull request is merged in.
42+
- Submit a pull request from your topic branch to the main branch on the `octokit/webhooks.net` repository.
43+
- Be sure to tag any issues your pull request is taking care of / contributing to. Adding "Closes #123" to a pull request description will automatically close the issue once the pull request is merged in.

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<Copyright>Copyright © Octokit Contributors</Copyright>
1515
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageProjectUrl>https://github.com/JamieMagee/Octokit.Webhooks</PackageProjectUrl>
17+
<PackageProjectUrl>https://github.com/octokit/webhooks.net</PackageProjectUrl>
1818
<PackageIcon>Icon.png</PackageIcon>
19-
<RepositoryUrl>https://github.com/JamieMagee/Octokit.Webhooks.git</RepositoryUrl>
19+
<RepositoryUrl>https://github.com/octokit/webhooks.net.git</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
21-
<PackageReleaseNotes>https://github.com/JamieMagee/Octokit.Webhooks/releases</PackageReleaseNotes>
21+
<PackageReleaseNotes>https://github.com/octokit/webhooks.net/releases</PackageReleaseNotes>
2222
</PropertyGroup>
2323

2424
<ItemGroup Label="Package References">

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Octokit.Webhooks
22

3-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JamieMagee/Octokit.Webhooks/Build?style=for-the-badge)
4-
![Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)
5-
![Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)
3+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/octokit/webhooks.net/Build?style=for-the-badge)](https://github.com/octokit/webhooks.net/actions/workflows/build.yml?query=branch%3Amain)
4+
[![Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)](https://www.nuget.org/packages/Octokit.Webhooks/)
5+
[![Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)](https://www.nuget.org/packages/Octokit.Webhooks/)
66
![Stability - Experimental](https://img.shields.io/badge/stability-experimental-orange?style=for-the-badge)
77

88
Libraries to handle GitHub Webhooks in .NET applications.

0 commit comments

Comments
 (0)