Is there a way to add some sort of status check on a Merge Request, and not allow merge until the checks are complete. For example, require code review complete and testing complete.
Going further, is there a way to integrate these tests into a pipeline? So now, there’s the option to “merge after pipeline succeeds”. Is there a way to “merge after pipeline succeeds and status checks are complete”?