From adb97f5d71624be618f0858b1df651d265d2d10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:11:05 +0000 Subject: [PATCH] chore(deps): bump github/issue-labeler from 2.3 to 3.2 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.3 to 3.2. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v2.3...v3.2) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_issue.yml b/.github/workflows/label_issue.yml index 1f04aff..9af1cb3 100644 --- a/.github/workflows/label_issue.yml +++ b/.github/workflows/label_issue.yml @@ -9,7 +9,7 @@ jobs: name: Auto label issues runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.3 + - uses: github/issue-labeler@v3.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml