From 1878b29c45162f157494931c5abb4fa9b1adcfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:17:45 +0000 Subject: [PATCH] gh-actions: bump fuxingloh/multi-labeler from 1.5.1 to 1.6 Bumps [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler) from 1.5.1 to 1.6. - [Release notes](https://github.com/fuxingloh/multi-labeler/releases) - [Commits](https://github.com/fuxingloh/multi-labeler/compare/v1.5.1...v1.6) --- updated-dependencies: - dependency-name: fuxingloh/multi-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index f2bf332..d871698 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label - uses: fuxingloh/multi-labeler@v1.5.1 + uses: fuxingloh/multi-labeler@v1.6 with: # Pull request labeler config location config-path: .github/pull-request-labels.config.yml