From 7d9675c23166f68b95e22cf5dff90016544819fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 02:02:34 +0000 Subject: [PATCH] build(deps): bump technote-space/auto-card-labeler from 1 to 2 Bumps [technote-space/auto-card-labeler](https://github.com/technote-space/auto-card-labeler) from 1 to 2. - [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) --- 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..b411643 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 with: CONFIG_FILENAME: ${{env.projects_cardsConfig}}