From 2eaef8f2b2ba4b1d0953d2980536db99967bd941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 05:26:56 +0000 Subject: [PATCH] Bump peaceiris/actions-label-commenter from v1.8.1 to v1.8.2 Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) from v1.8.1 to v1.8.2. - [Release notes](https://github.com/peaceiris/actions-label-commenter/releases) - [Changelog](https://github.com/peaceiris/actions-label-commenter/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-label-commenter/compare/v1.8.1...a690e4e03580f5ad30cc9552ec978ddf829aa55e) Signed-off-by: dependabot[bot] --- .github/workflows/auto-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}