From af7d205c5c4f7f1fabdbb33ce9283187e88f3f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 06:33:25 +0000 Subject: [PATCH] Bump peaceiris/actions-label-commenter from v1.5.0 to v1.6.0 Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) from v1.5.0 to v1.6.0. - [Release notes](https://github.com/peaceiris/actions-label-commenter/releases) - [Changelog](https://github.com/peaceiris/actions-label-commenter/blob/master/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-label-commenter/compare/v1.5.0...b88ea7324c745a7d07b3b236d0d57edecc31358c) Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index 31d801796..fca15faaa 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -31,7 +31,7 @@ jobs: - name: Dependabot Commenter if: | (github.event.label.name == ':shipit: merge') && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'dependabot-preview[bot]') - uses: peaceiris/actions-label-commenter@v1.5.0 + uses: peaceiris/actions-label-commenter@v1.6.0 with: github_token: ${{ secrets.RSG_BOT_TOKEN }} config_file: .github/label-commenter-dependabot.yml