Skip to content

Merge security MRs per target branch

Yorick Peterse requested to merge merge-per-target-branch into master

Instead of merging all security MRs in parallel, we now merge them per target branch. This should prevent us from running into silent merge failures that may be caused by us trying to merge multiple MRs into the same target branch.

See https://gitlab.com/gitlab-org/release-tools/issues/277 for more information.

Merge request reports