Skip to content

Commit

Permalink
Bump mristin/opinionated-commit-message from 3.1.0 to 3.1.1 (#438)
Browse files Browse the repository at this point in the history
Bumps [mristin/opinionated-commit-message](https://github.com/mristin/opinionated-commit-message) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/mristin/opinionated-commit-message/releases)
- [Commits](mristin/opinionated-commit-message@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: mristin/opinionated-commit-message
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 8932546 commit 51725ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: |
(github.actor!= 'dependabot[bot]') &&
(contains(github.head_ref, 'dependabot/github_actions/') == false)
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
allow-one-liners: 'true'
# omit PR body as it is not part of our squashed commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: |
(github.actor!= 'dependabot[bot]') &&
(contains(github.head_ref, 'dependabot/github_actions/') == false)
uses: mristin/[email protected].0
uses: mristin/[email protected].1
with:
allow-one-liners: 'true'
additional-verbs: 'notify, tidy'

0 comments on commit 51725ca

Please sign in to comment.