Hello,
Thank you for the super useful action! We have used multiple event triggers, and for pull_request, the git action always says there is no commit to check. See example below.

The definition is
name: 'Enforce conventional commits on all commit push'
on: [create, push, pull_request, pull_request_review, pull_request_target]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2
- id: enforce-commit-msg-style
uses: webiny/action-conventional-commits@v1.1.0
Can you advise? Thank you!
Hello,
Thank you for the super useful action! We have used multiple event triggers, and for

pull_request, the git action always says there is no commit to check. See example below.The definition is
Can you advise? Thank you!