mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
bump codenotify version in github workflow (#36493)
This commit is contained in:
parent
8537dd221d
commit
20eac11462
4
.github/workflows/codenotify.yml
vendored
4
.github/workflows/codenotify.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user