marge-bot icon indicating copy to clipboard operation
marge-bot copied to clipboard

Use target branch name in batch merge to allow multiple instances

Open valentindavid opened this issue 4 years ago • 3 comments

A project can use multiple instances of marge bots assigned to different target branches. This allows dealing with different release branches in parallel.

However batches could not be used on multiple instances because they conflicted on the name of the branch created for the batch. By naming this branch after the target branch, then multiple batch branches can exist.

Fixes #267

valentindavid avatar Aug 31 '20 09:08 valentindavid

@tclh123 Is there a chance that this PR gets merged? @valentindavid can you update your PR?

sg70 avatar Feb 14 '21 11:02 sg70

@sg70 Yeah, I think this is good. Not sure if we want it to be configurable?

tclh123 avatar Feb 16 '21 08:02 tclh123

@valentindavid Thanks for the contribution. Changing the branch name for branch will be a breaking change. Would you please add a configuration that is disabled by default?

qqshfox avatar Apr 30 '21 11:04 qqshfox