From 17b3e1b6a7b12a7e244e9cbe327b23095719d735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:05:29 +0200 Subject: [PATCH] chore(deps): bump srvaroa/labeler from 1.6.3 to 1.8.2 (#2888) Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.6.3 to 1.8.2. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.6.3...v1.8.2) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina --- .github/workflows/label-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 878e7e0bf03..39c404a16ed 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -9,6 +9,6 @@ jobs: name: Label PR based on title runs-on: ubuntu-latest steps: - - uses: srvaroa/labeler@v1.6.3 + - uses: srvaroa/labeler@v1.8.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}