Skip to content

Commit 98c2361

Browse files
committed
v0.4
1 parent 979df24 commit 98c2361

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codenotify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13-
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.3
13+
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.4
1414
env:
1515
# This token needs to have repo scope and read:org scope (to be able to mention teams).
1616
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v2
9090
with:
9191
ref: ${{ github.event.pull_request.head.sha }}
92-
- uses: sourcegraph/codenotify@v0.3
92+
- uses: sourcegraph/codenotify@v0.4
9393
env:
9494
# secrets.GITHUB_TOKEN is available by default, but it won't allow CODENOTIFY to mention GitHub teams.
9595
# If you want CODENOTIFY to be able to mention teams, then you need to create a personal access token

0 commit comments

Comments
 (0)