From 9e1217d8078aa7493372365f16999175d95c3072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 05:02:42 +0000 Subject: [PATCH] Bump srvaroa/labeler from 1.10.0 to 1.10.1 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index da3e502c..10497649 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write steps: - name: Label manager for PRs and Issues based on configurable conditions - uses: srvaroa/labeler@v1.10.0 + uses: srvaroa/labeler@v1.10.1 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"