Source branch dependent merge behaviour for squash and pull requests

Issue #146 new
Former user created an issue

Our experience: Sometimes you want to control whether commits are squashed depending on the source branch properties. You would also like to control whether a Pull Request is ever needed depending on the source branch properties. This would be very helpful especially in highly automated build environments.

So the feature requirement would be: Depending on source branch properties • type (feature, bugfix, production, custom etc.), • simple branch name or • user-defined branch name regex Control Freak MUST control automatically by prior configuration the merge behavior • with or w/o need to squash commits and • need to use Pull Requests (on/off) on the target branch, all w/o need of human intervention during merge (e.g. useful for robot build environments)

Comments (0)

  1. Log in to comment