From 48757c910b00b85af018769817988f7dfd427b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 02:01:41 +0000 Subject: [PATCH] build(deps): bump technote-space/auto-card-labeler from 1 to 2.0.6 Bumps [technote-space/auto-card-labeler](https://github.com/technote-space/auto-card-labeler) from 1 to 2.0.6. - [Release notes](https://github.com/technote-space/auto-card-labeler/releases) - [Changelog](https://github.com/technote-space/auto-card-labeler/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/auto-card-labeler/compare/v1...v2.0.6) --- updated-dependencies: - dependency-name: technote-space/auto-card-labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index b33d67f..3300efd 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -16,6 +16,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Adjust Lables if: ${{env.projects_enabled}} == true - uses: technote-space/auto-card-labeler@v1 + uses: technote-space/auto-card-labeler@v2.0.6 with: CONFIG_FILENAME: ${{env.projects_cardsConfig}}