node-core-utils
node-core-utils copied to clipboard
Update workflow to check for conventional commit types
I recommend updating the pull request workflow to check for conventional commit format in the commits, since release changelog requires it.
If there's no objections, I'll be happy to add it.
https://www.conventionalcommits.org/en/v1.0.0/
There's already https://github.com/nodejs/node-core-utils/blob/main/.github/workflows/commitlint.yml, what else do you have in mind?
I need we need to also check the title of the pull request for conventional commit format in order to reduce the probability of failures on squashed pull requests with names.