From 2d7474c6a71fe700ca162d778d8422d5f2442789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:55:16 +0100 Subject: [PATCH] chore(deps): update benhodgson87/conventional-pull-request-action action to v1.2.0 (#84) 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 | |---|---|---|---| | [benhodgson87/conventional-pull-request-action](https://togithub.com/benhodgson87/conventional-pull-request-action) | action | minor | `v1.1.0` -> `v1.2.0` | --- ### Release Notes
benhodgson87/conventional-pull-request-action (benhodgson87/conventional-pull-request-action) ### [`v1.2.0`](https://togithub.com/benhodgson87/conventional-pull-request-action/compare/v1.1.0...v1.2.0) [Compare Source](https://togithub.com/benhodgson87/conventional-pull-request-action/compare/v1.1.0...v1.2.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/sloth). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 23f23c7..12c305a 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -17,7 +17,7 @@ jobs: name: Validate PR title runs-on: ubuntu-22.04 steps: - - uses: benhodgson87/conventional-pull-request-action@v1.1.0 + - uses: benhodgson87/conventional-pull-request-action@v1.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: