pkgcore/pkgcheck-action

Add GitCommitsCheck

ezzieyguywuf opened this issue · 2 comments

The pkgcheck scan --commits --check GitCommitsCheck adds a check to ensure that commit messages are formatted properly - this works as a fair stand-in for repoman commit.

Is it possible to add this check for Pull Requests? It should be pretty straighforward, since --commits automatically checks against master.

This would be a bit more challenging to run on master - it'd be trivial to add --commits HEAD~, but what if more than one commit was just pushed?

This is more related to pkgcheck ci support (pkgcore/pkgcheck#282) or even the pkgcheck-action project instead since this repo is basically just for example CI configs.

This is more related to pkgcheck ci support (pkgcore/pkgcheck#282) or even the pkgcheck-action project instead since this repo is basically just for example CI configs.

Thanks for moving it, I was a bit confused about the different projects when I submitted the issue.