jak/Conventional Commits in PR Titles
GitHub Action for validation PR titles match the Conventional Commits standard
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_when_invalid | Should the action cause an error if the validation fails | no | true |
Outputs
| name | description |
|---|---|
| valid | true if valid, false otherwise. Useful with error_on_fail input. |
| title | a re-export of the pull request title |
| type | the type of change parsed from the title, e.g. feat |
| scope | the scope of the change parsed from the title |
| subject | the remainder of the pull request title |
| breaking_change | true if there is a breaking change indicated in the title |