devexsweden/Conventional Commit with Ticket

Validate PR titles against Conventional Commits and optionally enforce a ticket key.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-tokenThe token to use to create the comment and label the PR.yes
ticket-key-patternRegex 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-typesComma-separated list of commit types that require a ticket key. Only used when ticket-key-pattern is set. nofeat,fix,perf,security,refactor

no outputs