Problem to solve
Hello,
We are using two GitLab servers version 17.2.1 Enterprise Edition.
We have the following setup:
gitlab01.com with repo01
gitlab02.com with repo02
Is there an official way to use merge requests from “repo02” and add them in “Merge request dependencies” when a merge request is created in “repo01”?
I read the documentation in GitLab for “Merge request dependencies” and as far as I understood (I could be wrong), we can use only merge requests that are in the same repository on the same GitLab server
Could you please let me know if there is a way to achieve that?
Thank you in advance!