From 361e87c35e13aeef5db3067d9daf9527ee87c03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:50:15 +0000 Subject: [PATCH] chore(deps): bump srvaroa/labeler from 1.12.0 to 1.13.0 (#3211) Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.12.0...v1.13.0) --- 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 Co-authored-by: Vitor Hugo Schwaab Co-authored-by: Oussama Hassine --- .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 73ad05c39ab..c4c08b9fa71 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.12.0 + - uses: srvaroa/labeler@v1.13.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}