From 9d35f4c3e626d462a6a342e189b655b380e33381 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sat, 12 Sep 2020 22:02:25 +0200 Subject: [PATCH] Fix issue commenter --- .github/workflows/label_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_comment.yml b/.github/workflows/label_comment.yml index 306dec2..796ccca 100644 --- a/.github/workflows/label_comment.yml +++ b/.github/workflows/label_comment.yml @@ -19,6 +19,6 @@ jobs: with: ref: master - name: Send Issue/Pull request comment - uses: peaceiris/actions-label-commenter@v1.5.0 + uses: peaceiris/actions-label-commenter@v1.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}