fritjofh/Conventional Commit PR Validator
Ensures that either all commit messages or the PR title follow the Conventional Commits standard, labels the PR accordingly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to access API | yes | — |
| task_types | Comma-separated list of allowed commit types | no | feat,fix,docs,test,ci,refactor,perf,chore,build,style,ops |
| add_label | Whether to add commit type labels to the PR | no | true |
| add_scope_label | Whether to add scope-based labels | no | true |
| custom_labels | Replaces the short hand types with long names for labels | no | {"feat":"feature","docs":"documentation","ci":"CI/CD","perf":"performance"} |
| link_on_failure | Adds a link to the error message with a note saying "Read more here: <link>" | no | undefined |
Outputs
no outputs