From ad5438853607cdac2490bd016ac290e42b28c915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:17:48 +0000 Subject: [PATCH] Bump mristin/opinionated-commit-message from 3.0.0 to 3.0.1 Bumps [mristin/opinionated-commit-message](https://github.com/mristin/opinionated-commit-message) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mristin/opinionated-commit-message/releases) - [Commits](https://github.com/mristin/opinionated-commit-message/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: mristin/opinionated-commit-message dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-commit-message-pr.yml | 2 +- .github/workflows/check-commit-message-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-commit-message-pr.yml b/.github/workflows/check-commit-message-pr.yml index ae3118e6..e59ec834 100644 --- a/.github/workflows/check-commit-message-pr.yml +++ b/.github/workflows/check-commit-message-pr.yml @@ -17,7 +17,7 @@ jobs: if: | (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/github_actions/') == false) - uses: mristin/opinionated-commit-message@v3.0.0 + uses: mristin/opinionated-commit-message@v3.0.1 with: allow-one-liners: 'true' # omit PR body as it is not part of our squashed commits diff --git a/.github/workflows/check-commit-message-push.yml b/.github/workflows/check-commit-message-push.yml index 4c031c7b..634f5667 100644 --- a/.github/workflows/check-commit-message-push.yml +++ b/.github/workflows/check-commit-message-push.yml @@ -14,7 +14,7 @@ jobs: if: | (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/github_actions/') == false) - uses: mristin/opinionated-commit-message@v3.0.0 + uses: mristin/opinionated-commit-message@v3.0.1 with: allow-one-liners: 'true' additional-verbs: 'notify, tidy'