devexsweden/Conventional Commit with Ticket
Validate PR titles against Conventional Commits and optionally enforce a ticket key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-token | The token to use to create the comment and label the PR. | yes | — |
| ticket-key-pattern | Regex pattern a ticket key must match (e.g. `(PROJ|TEAM)-[0-9]{2,5}`). When omitted, ticket key validation is skipped entirely. | no | "" |
| require-ticket-for-types | Comma-separated list of commit types that require a ticket key. Only used when ticket-key-pattern is set. | no | feat,fix,perf,security,refactor |
Outputs
no outputs