Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use target branch name in batch merge to allow multiple instances #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

valentindavid
Copy link

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

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.
@sg70
Copy link
Contributor

sg70 commented Feb 14, 2021

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

@tclh123
Copy link
Contributor

tclh123 commented Feb 16, 2021

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

@qqshfox
Copy link
Contributor

qqshfox commented Apr 30, 2021

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run multiple batch-enabled instances on separate target branches
4 participants