valencesec/Check pull request info

Check the last commit message in pr and the body of the pr against a regex pattern

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
bodybody of pr in json formatyes
titletitle of pr in json formatyes
commitscommits of pr in json formatyes
commits_patternA regex pattern to check if a commit message is valid.yes
body_patternA regex pattern to check if the pr body is valid.yes
title_patternA regex pattern to check if the pr body is valid.yes
commits_flagsExpression flags change how the expression is interpreted.no""
body_flagsExpression flags change how the expression is interpreted.no""
title_flagsExpression flags change how the expression is interpreted.no""
errorA error message which will be returned in case of an error.yes
pre_errorA error message which will be showed in the begin of errors.no""
post_errorA error message which will be showed in the end of errors.no""

no outputs