diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index f3fdf881..2813e7b1 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -20,6 +20,6 @@ jobs: with: ref: master - name: Comment on (un)labeled issue/Pull request - uses: peaceiris/actions-label-commenter@v1.8.1 + uses: peaceiris/actions-label-commenter@v1.8.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}