From 82ac7db7f2d5ece5824b40882acb6c9dbd31da56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 12:24:47 +0900 Subject: [PATCH] ci: bump peaceiris/actions-label-commenter from 1.9.2 to 1.10.0 (#532) Bumps [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter) from 1.9.2 to 1.10.0. - [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.9.2...v1.10.0) --- updated-dependencies: - dependency-name: peaceiris/actions-label-commenter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/label-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index de5cb09..5e1a709 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -19,7 +19,7 @@ jobs: ref: main - name: Label Commenter - uses: peaceiris/actions-label-commenter@v1.9.2 + uses: peaceiris/actions-label-commenter@v1.10.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # config_file: .github/label-commenter-config.yml