platisd/Bad commit message blocker
Inhibit commits with bad messages from getting merged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| subject_limit | The maximum allowed length for a commit subject | yes | 50 |
| body_limit | The maximum allowed length for a line in the commit body | yes | 72 |
| conventional_commit | Whether to allow conventional commits, e.g. "feat: add new feature" | no | false |
| remote_branch | The name of the remote branch you are trying to merge with | yes | master |
| github_token | The GitHub token | yes | — |
Outputs
no outputs