scarf005/conventional-prs
Validate pull request titles against Conventional Commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read config files and manage PR comments. | no | ${{ github.token }} |
| validate-pr-title | Validate the current pull request title. | no | true |
Outputs
| name | description |
|---|---|
| valid | Whether validation passed. |
| config-path | Repository config path used for validation, if any. |
| report | Validation report for invalid titles or config errors. |