I’m using CODEOWNER file to setup my MR aprpovals. The setup is working correctly but as far as I have observed if I add this in my codeowner file:
*.json @user1 @user2 @user3
When I open a MR, it makes my MR to require approval by 1 of the owners. I would like to able to setup that it needs to be approved by at least 2 of the owners. Is that even possible?
I’m using version GitLab Enterprise Edition [13.11.7-ee]
It is a self managed instance of GitLab that is run at an enterprise level.
I have already been to this documentation page and several other not official and haven’t found any clue to this: