oneglobe/Conventional Commits
Ensures that all commit messages are following the conventional-commits standard.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| allowed-commit-types | Specify a comma separated list of allowed commit types | no | build,chore,ci,docs,feat,fix,merge,perf,refactor,revert,style,test,wip |
| include-pull-request-title | Ensure the pull request title follows the conventional-commits standard | no | false |
| include-commits | Ensure the commit messages follow the conventional-commits standard | no | false |
| allow-merge-commits | Allows `Merge pull request` commits | no | true |
| allow-revert-commits | Allows `Revert` commits | no | false |
| allow-reapply-commits | Allows `Reapply` commits | no | false |
| failure-message | The message to show when commits do not follow the conventional commits specification | no | ❌ One or more commits do not follow the conventional commits specification |
Outputs
no outputs