Fix pipelines for merge requests in project exports
Previously an import for a pipeline for merge request would fail because the `project.json` did not export the `merge_request` hash in the tree. The pipeline would fail to validate with, "Validation failed: Merge request can't be blank". Unlike https://gitlab.com/gitlab-org/gitlab/merge_requests/17799, this change won't make existing exports importable, but it will properly establish a relationship between a pipeline and a merge request. Relates to https://gitlab.com/gitlab-org/gitlab/issues/31414
Showing
Please register or sign in to comment