bump codenotify version in github workflow (#36493)

This commit is contained in:
William Bezuidenhout 2022-06-02 18:32:25 +02:00 committed by GitHub
parent 8537dd221d
commit 20eac11462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: sourcegraph/codenotify@v0.6.1
- uses: sourcegraph/codenotify@v0.6.2
with:
filename: 'CODENOTIFY'
subscriber-threshold: '15'
env:
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
- uses: sourcegraph/codenotify@v0.6.1
- uses: sourcegraph/codenotify@v0.6.2
continue-on-error: true
with:
filename: 'OWNERS'