flux-framework / flux-test-collective

Holistic system testing and CI for multiple flux-framework projects
GNU Lesser General Public License v3.0
0 stars 2 forks source link

.github: add commit validator #8

Closed wihobbs closed 10 months ago

wihobbs commented 10 months ago

.github: add commit validator

Problem: RFC 1 outlines specific requirements for framework repositories. This includes directives about commit messages. Sometimes, it's easy to forget about these requirements.

Add the PR validator workflow for this repository in GitHub, so that every PR's commit messages will be checked. It's much easier to comply with RFC 1 if an external tool is checking for commit messages.