nivisi/Conventional Pull Requests
Checks that PR names follow the conventional commit structure. Tries to fix issues if possible.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Access Token | yes | ${{ github.token }} |
| message-to-post | A message that will be posted as a comment. If not provided, no message is posted. | no | — |
Outputs
| name | description |
|---|---|
| is-valid | Whether the title is valid. |
| valid-title | Updated PR Title that is valid. |
| suggested-diff | A diff block that contains invalid and valid titles. |