Hi, is there a way to configure GitLab on admin or group level (better) to allow users of role developer to merge MRs on protected branches?
Currently, all users are created with developer role by default and but they are not able to merge MRs to protected branches, because of the default rule allowing only users of role maintainer to do that. So need to change this setting per project to allow the developers to merge as well.
I’d like to resolve that once for future project by some setting. Is it possible?