From 911a62f1327a7a689e3d061efc4e62508521d48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:36:14 +0000 Subject: GitHub Action: Bump github/issue-labeler from 3.1 to 3.4 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.1 to 3.4. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v3.1...v3.4) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1b7daa6..b984898 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Apply Labels Based on PR Description - uses: github/issue-labeler@v3.1 + uses: github/issue-labeler@v3.4 with: configuration-path: .github/workflows/pr-labeler/regex.yml enable-versioned-regex: 0 -- cgit v1.1