From dff2339f4151deb6966433d3a2e674116bd9edfc Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Wed, 6 Jul 2022 11:15:25 -0700 Subject: [PATCH] Update codenotify.yml --- .github/workflows/codenotify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index 2282a3b..a30bc05 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -10,7 +10,7 @@ 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 sourcegraph/codenotify@v0.4 + - uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@vX.Y.Z (check releases on GitHub for latest version number) env: # This token needs to have repo scope and read:org scope (to be able to mention teams). GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}