From 3aceec32339fdfe5ee6c6f6cf72b722904027b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 07:03:18 +0000 Subject: [PATCH] chore(deps): bump github/issue-labeler Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.1 to 3.3. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v3.1...v3.3) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml index 4372caa..278c745 100644 --- a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml +++ b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml @@ -11,7 +11,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v3.1 + - uses: github/issue-labeler@v3.3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/triage-labeler.yaml