Resolve "branch is not deleted during merge request if "delete source branch" is checked"
requested to merge 27347-branch-is-not-deleted-during-merge-request-if-delete-source-branch-is-checked into master
What does this MR do and why?
In #27347 (closed), we see that branches are not being deleted, even though the delete source branch is checked. The first MR for this is to create a new job to solely delete the branch, and then use this in the existing job.
The next step is to handle the case where gitaly fails to delete the branch, but this will be in the next MR.
Related to #27347 (closed)
Edited by Marc Shaw