Skip to content

Fix ensure_branches with more than one branch

Emanuele Aina requested to merge wip/em/fix-ensure-branches into master

Only the first item was processed due to calling return immediately instead of collecting all the actions and only returning at the end.

Merge request reports