From 005e863d0e5806a353aec643b5c55e23629fbcb0 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 04:55:04 +0900 Subject: [PATCH] ci: use v0.3.0 [skip ci] --- .github/workflows/commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index f67b2133..68547482 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -18,7 +18,7 @@ jobs: with: ref: master - name: Commenter - uses: peaceiris/actions-label-commenter@v0.2.3 + uses: peaceiris/actions-label-commenter@v0.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} config_file: .github/commenter_test_1.yml