GsActions / commit-message-checker

GitHub Action that checks commit messages of pushes and pull request against a regex pattern
MIT License
99 stars 56 forks source link

Fix regex in README #103

Open m-czernek opened 6 months ago

m-czernek commented 6 months ago

Currently, the regex in the Check Line Length step fails commits that have less than 74 characters. This regex is most likely what users want - fail for commit messages that are longer than 74 chars, but pass for commit messages that are shorter than 74 chars .