linz/Lint pull requests
Lint pull request titles to ensure JIRA tickets and conventional commits are followed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| conventional | Are conventional commits required ('error', 'warn', 'off') | no | error |
| conventional-scopes | Optional list of allowed scopes | no | "" |
| jira | Are JIRA tickets required ('error', 'warn', 'off') | no | warn |
| jira-projects | Optional list of allowed jira projects | no | "" |
Outputs
| name | description |
|---|---|
| jira-issue-key | The JIRA ticket found in the title |
| commit-type | The conventional commit type found in the title |
| commit-scope | The conventional commit scope found in the title |