From 68725eaf8138274d42801872a9ce339b611f669e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 04:09:48 +0000 Subject: [PATCH] chore(deps): bump hoho4190/issue-pr-labeler from 1.3.2 to 2.0.1 Bumps [hoho4190/issue-pr-labeler](https://github.com/hoho4190/issue-pr-labeler) from 1.3.2 to 2.0.1. - [Release notes](https://github.com/hoho4190/issue-pr-labeler/releases) - [Commits](https://github.com/hoho4190/issue-pr-labeler/compare/v1.3.2...v2.0.1) --- updated-dependencies: - dependency-name: hoho4190/issue-pr-labeler dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-labels-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-labels-pr.yml b/.github/workflows/add-labels-pr.yml index c7460cb..65cacdc 100644 --- a/.github/workflows/add-labels-pr.yml +++ b/.github/workflows/add-labels-pr.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Run PR Labeler - uses: hoho4190/issue-pr-labeler@v1.3.2 + uses: hoho4190/issue-pr-labeler@v2.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} config-file-name: labeler-config.yml