oliversalzburg/Commit Validator
Ensures the commits in a PR follow common rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| accept-breaking-changes | Is the breaking change indicator (`!`) allowed? | no | true |
| accept-emoji | Are emoji allowed? | no | true |
| accepted-scopes | Only accept these scopes. Provide as multi-line string, each type on it's own line. By default, all scopes are accepted. | no | "" |
| accepted-types | Only accept these type prefixes. Provide as multi-line string, each type on it's own line. | no | feat fix |
| repo-token | Needs `secrets.GITHUB_TOKEN` to talk to the API. | yes | — |
| require-conventional | Require all commits to follow the Conventional Commits specification | no | true |
| require-scope | Require all commits to specify a scope. | no | false |
Outputs
no outputs