From 586e68edf4afcb756dcb4234b92efd1882cc4057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:20:10 +0000 Subject: [PATCH] MP1: Bump github/issue-labeler from 3.3 to 3.4 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.3 to 3.4. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v3.3...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/workflow_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_labeler.yml b/.github/workflows/workflow_labeler.yml index c08640c42cc..4ceadaf8b7e 100644 --- a/.github/workflows/workflow_labeler.yml +++ b/.github/workflows/workflow_labeler.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Add labels to Pull Request - uses: github/issue-labeler@v3.3 + uses: github/issue-labeler@v3.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml