From 654abef5167eed882cf74ded89675a3d884b15b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:06:49 +0000 Subject: [PATCH] Update github/issue-labeler action to v3 (#331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/issue-labeler](https://togithub.com/github/issue-labeler) | action | major | `v2.6` -> `v3.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
github/issue-labeler (github/issue-labeler) ### [`v3.2`](https://togithub.com/github/issue-labeler/releases/tag/v3.2) [Compare Source](https://togithub.com/github/issue-labeler/compare/v3.1...v3.2) #### What's Changed - fix: read default token by [@​EndBug](https://togithub.com/EndBug) in [https://github.com/github/issue-labeler/pull/67](https://togithub.com/github/issue-labeler/pull/67) - feat: allow the use of custom issue numbers by [@​EndBug](https://togithub.com/EndBug) in [https://github.com/github/issue-labeler/pull/66](https://togithub.com/github/issue-labeler/pull/66) - fix: Use the correct input name so the default applies by [@​phated](https://togithub.com/phated) in [https://github.com/github/issue-labeler/pull/72](https://togithub.com/github/issue-labeler/pull/72) - feat: Add outputs of the labels added and removed by [@​phated](https://togithub.com/phated) in [https://github.com/github/issue-labeler/pull/71](https://togithub.com/github/issue-labeler/pull/71) - docs: GITHUB_TOKEN passing is required by [@​rajbos](https://togithub.com/rajbos) in [https://github.com/github/issue-labeler/pull/75](https://togithub.com/github/issue-labeler/pull/75) - feat: add option to include/exclude body as regex target by [@​amerikan](https://togithub.com/amerikan) in [https://github.com/github/issue-labeler/pull/70](https://togithub.com/github/issue-labeler/pull/70) #### New Contributors - [@​EndBug](https://togithub.com/EndBug) made their first contribution in [https://github.com/github/issue-labeler/pull/67](https://togithub.com/github/issue-labeler/pull/67) - [@​phated](https://togithub.com/phated) made their first contribution in [https://github.com/github/issue-labeler/pull/72](https://togithub.com/github/issue-labeler/pull/72) - [@​rajbos](https://togithub.com/rajbos) made their first contribution in [https://github.com/github/issue-labeler/pull/75](https://togithub.com/github/issue-labeler/pull/75) - [@​amerikan](https://togithub.com/amerikan) made their first contribution in [https://github.com/github/issue-labeler/pull/70](https://togithub.com/github/issue-labeler/pull/70) **Full Changelog**: https://github.com/github/issue-labeler/compare/v3.1...v3.2 ### [`v3.1`](https://togithub.com/github/issue-labeler/releases/tag/v3.1) [Compare Source](https://togithub.com/github/issue-labeler/compare/v3.0...v3.1) #### What's Changed - Support empty body and only remove existing labels by [@​dokimiki](https://togithub.com/dokimiki) in [https://github.com/github/issue-labeler/pull/62](https://togithub.com/github/issue-labeler/pull/62) #### New Contributors - [@​dokimiki](https://togithub.com/dokimiki) made their first contribution in [https://github.com/github/issue-labeler/pull/62](https://togithub.com/github/issue-labeler/pull/62) **Full Changelog**: https://github.com/github/issue-labeler/compare/v3.0...v3.1 ### [`v3.0`](https://togithub.com/github/issue-labeler/releases/tag/v3.0) [Compare Source](https://togithub.com/github/issue-labeler/compare/v2.6...v3.0) #### What's Changed Breaking change: Issue labels that do not match a regex will no longer be removed by default unless you set `sync-labels:` to 1 - feat: add sync-labels option by [@​balazsorban44](https://togithub.com/balazsorban44) in [https://github.com/github/issue-labeler/pull/59](https://togithub.com/github/issue-labeler/pull/59) **Full Changelog**: https://github.com/github/issue-labeler/compare/v2.6...v3.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs). --- .github/workflows/issue_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 62f9c1fc27..738297acc6 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -13,7 +13,7 @@ jobs: name: Triage runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.6 + - uses: github/issue-labeler@v3.2 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' configuration-path: '.github/issue-labeler.yml'