violetatrium/GS Commit Message Checker
Check the commit message 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 |
|---|---|---|---|
| pattern | A regex pattern to check if a commit message is valid. | yes | — |
| flags | Expression flags change how the expression is interpreted. | no | gm |
| error | A error message which will be returned in case of an error. | yes | — |
| excludeTitle | Setting this input to true will exclude the Pull Request title from the check. | no | false |
| excludeDescription | Setting this input to true will exclude the Pull Request description from the check. | no | false |
| checkAllCommitMessages | Setting this input to true will check all Pull Request commits | no | false |
| accessToken | you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true | no | false |
Outputs
no outputs