From eb3ac6c5701e6f9896ff44bf41e8d9e0494c224a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 04:06:07 +0000 Subject: [PATCH] build(deps): bump actions-ecosystem/action-remove-labels Bumps [actions-ecosystem/action-remove-labels](https://github.com/actions-ecosystem/action-remove-labels) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/actions-ecosystem/action-remove-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-remove-labels/compare/v1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: actions-ecosystem/action-remove-labels dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.yaml b/.github/workflows/auto-label.yaml index 7d91193..f0e6142 100644 --- a/.github/workflows/auto-label.yaml +++ b/.github/workflows/auto-label.yaml @@ -30,7 +30,7 @@ jobs: - name: Remove WIP Status Label if: github.event.action == 'closed' - uses: actions-ecosystem/action-remove-labels@v1.1.1 + uses: actions-ecosystem/action-remove-labels@v1.3.0 continue-on-error: true with: github_token: ${{ secrets.github_token }} @@ -38,7 +38,7 @@ jobs: - name: Remove Blocked Status Label if: github.event.action == 'closed' - uses: actions-ecosystem/action-remove-labels@v1.1.1 + uses: actions-ecosystem/action-remove-labels@v1.3.0 continue-on-error: true with: github_token: ${{ secrets.github_token }}