Hi:)
I am looking for a way to block a merge request when a specific status check fails.
Currently I founded there is the only_allow_merge_if_all_status_checks_passed flag which will block merge request if any status checks fails…
I would like to be more specific and set which status check is required and which is not for merging pull requests in a specific projects.
In Github I can check specific status checks that are required.
Is there any way of doing so also in Gitlab?
Thanks