From 2f88510642f78367eb7ad49286173a6f19301540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:05:41 +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 849070f..ba05da6 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"