actions-marketplace-validations/Opinionated-commit-message
Check commit messages according to an opinionated style
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional-verbs | Additional verbs in imperative mood to be accepted in checks | no | "" |
| path-to-additional-verbs | Path to the file containing the additional verbs in imperative mood to be accepted in checks | no | "" |
| allow-one-liners | If set to "true", allows one-liner commit messages without body | no | "" |
| max-subject-line-length | Maximum length of the commit subject line | no | "" |
| min-body-length | Minimum length of the body of the commit message | no | "" |
| max-body-line-length | Maximum length of a line in the body of the commit message | no | "" |
| enforce-sign-off | If set to "true", signed-off-by is required in the commit message body | no | "" |
| skip-body-check | If set to "true", skip the body check | no | "" |
| validate-pull-request-commits | If set to "true", validate commits in pull requests instead of the pull request body | no | "" |
| ignore-merge-commits | If set to "false", merge commits will not be ignored. | no | true |
| ignore-patterns | Pattern 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-token | GitHub token | no | "" |
Outputs
no outputs