channable / hoff

A gatekeeper for your commits
Apache License 2.0
41 stars 3 forks source link

Name branches in in the "merge rejected" message #149

Closed rudymatela closed 1 year ago

rudymatela commented 2 years ago

When Hoff refuses to merge, it posts this message:

Merge rejected: the target branch must be the integration branch.

To make it more clear, we could have something like:

Merge rejected: the target branch {target_branch} must point to the integration branch {integration_branch}.

Bonus points if we can link to the branches like so "master" in the message above.

(Originally drafted by @ReinierMaas on Mattermost)