bobvanderlinden / probot-auto-merge

A GitHub App built with Probot that automatically merges pull requests
ISC License
199 stars 64 forks source link

allow to specify different merge strategies per branch #923

Open timomayer opened 3 years ago

timomayer commented 3 years ago

to create and ensure a proper git workflow it would be very nice to be able to define different merge strategies for different destination branches so everything merged into: develop -> squash master -> merge commit

bobvanderlinden commented 3 years ago

Having mergeMethod be available within rules would also help for this: https://github.com/bobvanderlinden/probot-auto-merge/issues/764#issuecomment-670420231