-
Notifications
You must be signed in to change notification settings - Fork 136
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
Source branches are not deleted when using batch mode #354
Source branches are not deleted when using batch mode #354
Comments
This is not actually the worst part. In batch merge Marge also pushes to the source branches which can result in a lot of unneeded pipelines. Cleaning up needs some work. |
Would what you're describing be solved by using the
|
Sounds indeed possible. We'll give it a try. |
We have also experienced this issue. |
In batch jobs source branch deletion can be bypassed, despite the setting being enabled in the original merge request. This change will check if the source branch should be deleted and make the appropriate API call to delete if so. Fixes smarkets#354
Remove source branches in batch jobs if necessary Closes smarkets#354 See merge request marge-org/marge-bot!425
When using batch mode with the an MR set to delete the source branch, the branch will not be deleted as the target branch is pushed to directly by Marge Bot.
The text was updated successfully, but these errors were encountered: