Skip to content

MWPS merges immediately if the pipeline succeeded

Bob Van Landuyt requested to merge reprazent/gitlab-ee:bvl-fix-mwps-api into master

What does this MR do?

When passing MWPS to the merge API, we should merge the MR immediately when the pipeline already succeeded.

On the other hand, we should not merge the MR when passing MWPS and the pipeline failed, even if the project allows merging with a failing pipeline.

Fixes #121620 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Bob Van Landuyt

Merge request reports