actions-marketplace-validations/Commit Message Checker for pull request
Check the commit message in pr against a regex pattern
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commits | commits in json format | yes | — |
| pattern | A regex pattern to check if a commit message is valid. | yes | — |
| flags | Expression flags change how the expression is interpreted. | no | "" |
| error | A error message which will be returned in case of an error. | yes | — |
| pre_error | A error message which will be showed in the begin of errors. | no | "" |
| post_error | A error message which will be showed in the end of errors. | no | "" |
| one_pass_all_pass | If "true", as long as one commit in the pull-request passes the check, all pass. | no | false |
Outputs
no outputs