From 9d738962b043fbc84331c00e0f74cf3a8cfa2fb1 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 30 Oct 2025 20:48:49 +0000 Subject: [PATCH] revert e2916bcb426a3aba83b73cbefa82ba30c08bd102 (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert chore(deps): update https://git.tainton.uk/actions/conventional-commits-check-action action to v1.3.0 (#26) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://git.tainton.uk/actions/conventional-commits-check-action](https://git.tainton.uk/actions/conventional-commits-check-action) | action | minor | `v1.2.4` -> `v1.3.0` | --- ### Release Notes
actions/conventional-commits-check-action (https://git.tainton.uk/actions/conventional-commits-check-action) ### [`v1.3.0`](https://git.tainton.uk/actions/conventional-commits-check-action/releases/tag/v1.3.0) [Compare Source](https://git.tainton.uk/actions/conventional-commits-check-action/compare/v1.2.4...v1.3.0) ##### Features - **deps:** update conventional-pre-commit to 4.3.0 ([b6d1665](https://git.tainton.uk/actions/conventional-commits-check-action/commit/b6d16651374e21a51c1c1113be63c775c21287fb))
--- ### 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 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/docker-dnsmasq/pulls/26 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] Reviewed-on: https://git.tainton.uk/repos/docker-dnsmasq/pulls/27 --- .gitea/workflows/conventional_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/conventional_commit.yml b/.gitea/workflows/conventional_commit.yml index a2ce159..fc3da85 100644 --- a/.gitea/workflows/conventional_commit.yml +++ b/.gitea/workflows/conventional_commit.yml @@ -11,6 +11,6 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 with: commit-message: ${{ gitea.event.pull_request.title }}