action-conventional-commits
action-conventional-commits copied to clipboard
Ensures that all commits are following the conventional-commits standard.
Hey, I love this action and am [using it](https://github.com/IgnorantSapient/emojid/blob/main/.github/workflows/commit-police.yml) in my repo. I just noticed that this action isn't published to the github marketplace and [a fork](https://github.com/marketplace/actions/conventional-commits-dkhunt27) of this action...
You merged right before I added some additional logging for debugging when errors occur; feel free to ignore/close if you feel not needed
Would it be possible to add the ability to have a custom message when someone fails to follow convention? We have certain tools where it'd be beneficial to link to...
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...