From 05f728d125bd0bb9748ce07aef626d24e3bbe569 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Tue, 15 Sep 2020 20:15:48 -0700 Subject: [PATCH] fix paths --- .github/workflows/codenotify.yml | 2 +- CODENOTIFY | 2 +- README.md | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index 8531fdf..d66a8e7 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: ./ # If you were using this in your project, this would be nicksnyder/codenotify + - uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CODENOTIFY b/CODENOTIFY index 05acf83..d5dab0c 100644 --- a/CODENOTIFY +++ b/CODENOTIFY @@ -1 +1 @@ -*/** @nicksnyder @testnicksnyder +*/** @nicksnyder diff --git a/README.md b/README.md index 58e5381..4aaf360 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: nicksnyder/codenotify + - uses: sourcegraph/codenotify env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` diff --git a/go.mod b/go.mod index 29921d2..8627319 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/nicksnyder/codenotify +module github.com/sourcegraph/codenotify go 1.15