From b7cba0d8b8e3fc9b2e000ed47233607457260453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 21:59:14 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6.1.0 (#3210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | minor | `v6.0.1` -> `v6.1.0` | --- ### Release Notes
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request) ### [`v6.1.0`](https://redirect.github.com/amannn/action-semantic-pull-request/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v6.0.1...v6.1.0) ##### Features - Support providing regexps for types ([#​292](https://redirect.github.com/amannn/action-semantic-pull-request/issues/292)) ([a30288b](https://redirect.github.com/amannn/action-semantic-pull-request/commit/a30288bf13b78cca17c3abdc144db5977476fc8b)) ##### Bug Fixes - Remove trailing whitespace from "unknown release type" error message ([#​291](https://redirect.github.com/amannn/action-semantic-pull-request/issues/291)) ([afa4edb](https://redirect.github.com/amannn/action-semantic-pull-request/commit/afa4edb1c465fb22230da8ff4776a163ab5facdf))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 643fb262e..2e1a35f90 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v6.0.1 + - uses: amannn/action-semantic-pull-request@v6.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: