software-discovery-tool
software-discovery-tool copied to clipboard
Fail a github action when contribution guidelines are not satisfied
As listed in the contribution guidelines Link:
- The branch name should be of the format Software-Discovery-Tool-feature_name.
- The commits should include a DCO signoff
A github action should be created that will fail if these conditions are not met.
Please assign this issue to me if it could be a viable addition.
It turns out we're not strict on the first one, and it seems a bit frivolous. I'd prefer we update the contribution guidelines to remove it.
The second one already has a check that is required to pass.