Add ticketLink
input for automatically linking to tickets using (?<ticketNumber>)
group in titleRegex
, branchRegex
and bodyRegex
.
Make bodyURLRegex
optional and remove default.
Make ticket prefix optional
Make quiet
option default to true
Fix bug with exemptUsers
field.
Allow silencing of the PR title update comment.
Fix a configuration bug marking the new exemptUsers
field as true creating a breaking change. This is now an optional field as intended.
Provide a configuration option to exempt users from the action rules. Most useful for automated and bot PRs.
Added detection of ticket checking to include branches
Initial release! 🎉