From 20eac1146223ffb6ca887aaf7faa41aada747239 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Thu, 2 Jun 2022 18:32:25 +0200 Subject: [PATCH] bump codenotify version in github workflow (#36493) --- .github/workflows/codenotify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index e6c3c08ee65..8c50d27e84a 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -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'