gsactions/GS Commit Message Checker

Check the commit message against a regex pattern

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
patternA regex pattern to check if a commit message is valid.yes
flagsExpression flags change how the expression is interpreted.nogm
errorA error message which will be returned in case of an error.yes
excludeTitleSetting this input to true will exclude the Pull Request title from the check.nofalse
excludeDescriptionSetting this input to true will exclude the Pull Request description from the check.nofalse
checkAllCommitMessagesSetting this input to true will check all Pull Request commitsnofalse
accessTokenyou must provide GITHUB_TOKEN to this input if checkAllCommitMessages is truenofalse

no outputs