smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
693 stars 136 forks source link

Remove source branches in batch jobs if necessary #355

Open sdclarke opened 1 year ago

sdclarke commented 1 year ago

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

Closes #354