From 46a0e50bddbc5c857868c3027c7f39d4e3e9c7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:59:00 +0000 Subject: [PATCH] Bump github/issue-labeler from 3.2 to 3.3 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.2 to 3.3. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](https://github.com/github/issue-labeler/compare/v3.2...v3.3) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f92be07..e9b94a2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: if: github.repository_owner == 'brainhackorg' runs-on: ubuntu-20.04 steps: - - uses: github/issue-labeler@v3.2 + - uses: github/issue-labeler@v3.3 with: # Secret token needed (not sure which permisions though) repo-token: "${{ secrets.LABELLER }}"