From fcdc7a81358fa4e60b7ee31271d9ae79bc71631a Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sat, 8 May 2021 16:52:16 -0700 Subject: [PATCH] Use full SHA for comment hiding (#5383) For whatever reason, looks like GA mandates full SHA This was added in #5364 Co-authored-by: hauntsaninja <> --- .github/workflows/mypy_primer_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer_comment.yml b/.github/workflows/mypy_primer_comment.yml index 20963906c..9131802c0 100644 --- a/.github/workflows/mypy_primer_comment.yml +++ b/.github/workflows/mypy_primer_comment.yml @@ -113,7 +113,7 @@ jobs: body, }) - - uses: kanga333/comment-hider@9141763feccc8da + - uses: kanga333/comment-hider@9141763feccc8da773595675adc567d6616b6e6f name: Hide old comments with: github_token: ${{ secrets.GITHUB_TOKEN }}