From a5b9d08d45bd27d8d863e5365037d42bb163ea43 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 17 May 2022 21:06:20 +0800 Subject: [PATCH] codenotify: update action version (#35527) --- .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 017d61e716c..61cbaab7d51 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.0 + - uses: sourcegraph/codenotify@v0.6.1 with: filename: 'CODENOTIFY' subscriber-threshold: '15' env: GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }} - - uses: sourcegraph/codenotify@v0.6.0 + - uses: sourcegraph/codenotify@v0.6.1 with: filename: 'OWNERS' subscriber-threshold: '15'