From 7c85b482ccef5e999bd36346251699d5c289c05b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:55:06 -0600 Subject: [PATCH] feat(github-action)!: Update actions/labeler action to v5.0.0 (#10) 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 | |---|---|---|---| | [actions/labeler](https://togithub.com/actions/labeler) | action | major | `v4.3.0` -> `v5.0.0` | --- ### Release Notes
actions/labeler (actions/labeler) ### [`v5.0.0`](https://togithub.com/actions/labeler/releases/tag/v5.0.0) [Compare Source](https://togithub.com/actions/labeler/compare/v4.3.0...v5.0.0) #### What's Changed This release contains the following breaking changes: 1. The ability to apply labels based on the names of base and/or head branches was added ([#​186](https://togithub.com/actions/labeler/issues/186) and [#​54](https://togithub.com/actions/labeler/issues/54)). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible ([#​423](https://togithub.com/actions/labeler/issues/423) and [#​101](https://togithub.com/actions/labeler/issues/101)). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the [action documentation](https://togithub.com/actions/labeler/tree/main#pull-request-labeler) to find out how to adapt your configuration files for use with the new action version. 2. The bug related to the `sync-labels` input was fixed ([#​112](https://togithub.com/actions/labeler/issues/112)). Now the input value is read correctly. 3. By default, `dot` input is set to `true`. Now, paths starting with a dot (e.g. `.github`) are matched by default. 4. Version 5 of this action updated the [runtime to Node.js 20](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions). All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20. For more information, please read the [action documentation](https://togithub.com/actions/labeler/tree/main#pull-request-labeler). #### New Contributors - [@​joshdales](https://togithub.com/joshdales) made their first contribution in [https://github.com/actions/labeler/pull/203](https://togithub.com/actions/labeler/pull/203) - [@​dusan-trickovic](https://togithub.com/dusan-trickovic) made their first contribution in [https://github.com/actions/labeler/pull/626](https://togithub.com/actions/labeler/pull/626) - [@​sungh0lim](https://togithub.com/sungh0lim) made their first contribution in [https://github.com/actions/labeler/pull/630](https://togithub.com/actions/labeler/pull/630) - [@​TrianguloY](https://togithub.com/TrianguloY) made their first contribution in [https://github.com/actions/labeler/pull/629](https://togithub.com/actions/labeler/pull/629) **Full Changelog**: https://github.com/actions/labeler/compare/v4...v5.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "on saturday" (UTC), 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/sp3nx0r/homelab). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/meta-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 967484b6..a4b2c2d8 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Labeler - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ secrets.GITHUB_TOKEN }}"