matmar10/prcolinter
Lint all PR commits in a given PR against conventional commit spec
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A token with access to your repository scoped in as a secret | yes | — |
| config_path | Path to configuration file | no | ./.github/prcolinterrc.json |
| rules | Rule set for commit linter. For examples, see https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/index.js | no | — |
| comment | Add a lint report as a comment on the PR | no | true |
| delete_comment | Whether to scrub old lint reports from comments | no | true |
| check_double_colon | Fail when a commit header contains a redundant colon after the type(scope): separator, e.g. "fix: : description" | no | true |
| duplicate_threshold | Similarity threshold (0.0–1.0) above which two commit subjects are considered duplicates and the action fails. Leave empty to disable. | no | "" |
Outputs
no outputs