bad-commit-message-blocker
bad-commit-message-blocker copied to clipboard
Inhibits commits with bad messages from getting merged
It would be nice to have example config files for using this script in: - github actions (currently part of the README) - gitlab ci - circleci Not sure if...
The current action implementation assumes that commits are always coming from the upstream repository but in reality, they don't, in the case of forks. Context: https://github.com/cherrypy/cheroot/pull/401#issuecomment-1003351474. This needs to be...
I think it would be reasonable to refactor the GHA to use a better action type. Docker is limited to Ubuntu workers and has a certain amount of runtime overhead...
Adding file checker so it can be used with a git commit hook. Also adding example commit-msg to be added to .git/hooks