From a740500f6c7dbf871edb84dcad45ab5f20867c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 04:06:16 +0000 Subject: [PATCH] build(deps): bump actions-ecosystem/action-add-labels Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: actions-ecosystem/action-add-labels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yaml b/.github/workflows/auto-label.yaml index 7d91193..52c3449 100644 --- a/.github/workflows/auto-label.yaml +++ b/.github/workflows/auto-label.yaml @@ -60,7 +60,7 @@ jobs: - name: Add WIP Label if wip commit msg if: startsWith(steps.commit.outputs.msg, 'wip') && github.event.action == 'synchronize' - uses: actions-ecosystem/action-add-labels@v1.1.2 + uses: actions-ecosystem/action-add-labels@v1.1.3 with: github_token: ${{ secrets.github_token }} labels: "status: wip"