merge policy for Automatic merge Build feature
Right now only two merge policies show up in the Automatic merge build feature
1. use fast forward if possible
2. always create a merge commit
We have a requirement of having a single squashed commit rather than the above two. This is required since the target branch is main branch for development and this creates a lot of traffic in the commit history.
Please sign in to leave a comment.