python-package-template icon indicating copy to clipboard operation
python-package-template copied to clipboard

Check commit messages when pushing directly to mainstream branches.

Open jenstroeger opened this issue 3 years ago • 0 comments

The pr-conventional-commits.yaml checks whether all commits for the PR comply to conventional commits format.

However, we can also push a bunch of commits directly to the remote staging or even main branches, and those commits would not be checked! We should consider a reusable workflow to check a range of commits and call that workflow for pushes to any branch.

jenstroeger avatar Nov 10 '22 11:11 jenstroeger