Skip to content

Bump docker/build-push-action from 5 to 6 #523

Bump docker/build-push-action from 5 to 6

Bump docker/build-push-action from 5 to 6 #523

---
name: 'Check commit message style on PRs'
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-commit-message-style-pr:
name: Check commit message style on PR
runs-on: ubuntu-latest
steps:
- name: Check
if: |
(github.actor!= 'dependabot[bot]') &&
(contains(github.head_ref, 'dependabot/github_actions/') == false)
uses: mristin/opinionated-commit-message@v3.1.1
with:
allow-one-liners: 'true'
# omit PR body as it is not part of our squashed commits
skip-body-check: 'true'
additional-verbs: 'notify, tidy'