neofinancial/Pull Request Ticket Check Action

Verify that pull request titles start with a ticket ID

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ticketPrefixThe unique identifier for the ticket/issueno""
titleFormatThe intended format the title should be set to if it doesn't match the regular expression. Available variables are `%prefix%`, `%id%`, and `%title%`yes%prefix%%id%: %title%
titleRegexThe regular expression used to search the title for the intended formatyes^(CH)(-?)(?<ticketNumber>\d{3,})
titleRegexFlagsThe regular expression flags applied to the title regular expressionyesgi
branchRegexThe regular expression used to search the branch for the intended formatyes^(CH)(-?)(?<ticketNumber>\d{3,})
branchRegexFlagsThe regular expression flags applied to the branch regular expressionyesgi
bodyRegexThe regular expression used to search the body for a shorthand referenceyes(CH)(-?)(?<ticketNumber>\d{3,})
bodyRegexFlagsThe flags applied to the body regular expression when searching for a shorthand referenceyesgim
bodyURLRegexThe regular expression used to search the body for a URL referenceno
bodyURLRegexFlagsThe flags applied to the body regular expression when searching for a URL referenceyesgim
exemptUsersUser(s) who will be exempt from the ticket check rules. Particularly useful for automated/bot PRsno""
quietSuppress comment on successful PR title updatenotrue
tokenGitHub authentication tokenyes
ticketLinkTicket URL with `%ticketNumber%` placeholderno

no outputs