mristin/Opinionated-commit-message

Check commit messages according to an opinionated style

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
additional-verbsAdditional verbs in imperative mood to be accepted in checksno""
path-to-additional-verbsPath to the file containing the additional verbs in imperative mood to be accepted in checksno""
allow-one-linersIf set to "true", allows one-liner commit messages without bodyno""
max-subject-line-lengthMaximum length of the commit subject lineno""
min-body-lengthMinimum length of the body of the commit messageno""
max-body-line-lengthMaximum length of a line in the body of the commit messageno""
enforce-sign-offIf set to "true", signed-off-by is required in the commit message bodyno""
skip-body-checkIf set to "true", skip the body checkno""
validate-pull-request-commitsIf set to "true", validate commits in pull requests instead of the pull request bodyno""
ignore-merge-commitsIf set to "false", merge commits will not be ignored.notrue
ignore-patternsPattern to ignore in commit messages. One pattern per line. Patterns are matched against the whole commit message as regular expressions without any flags.no""
github-tokenGitHub tokenno""

no outputs