-
If a member of the Sub-admin group submits a merge request to a protected branch like develop, approval from one member of the Admin group and one member of the Sub-admin group is required. However, we only need approval from one Admin group member if a Sub-admin group member submits a merge request.
This seems contraversy to me. Do you mean if anyone submits a merge request for first case?
-
Hello @robin
Thank you for your response.
Let me clarify
We have created sub-admin group and added three users into it.
In current scenario, If a member of the Sub-admin group submits a merge request to a protected branch like develop, need approval from one member of the Admin group and one member of the Sub-admin group.
But I want only approval of admin group member only if merge request submit by sub-admin group members.
I have also developer group. if developer group members submit merge request, i need approval from both group member admin and sub-admin. >>> It is working fine.
Thanks, Sagar
-
You may create a group containing all users of sub-admin and admin group and require reviewer from that group.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Hello @Robin,
We have two groups: the Admin group and the Sub-admin group. These groups are added as required reviewers in the branch protection settings for the develop branch. We have set the condition that when anyone submits a merge request to a protected branch like develop, approval from at least one member from both the Admin group and the Sub-admin group is needed.
If a member of the Sub-admin group submits a merge request to a protected branch like develop, approval from one member of the Admin group and one member of the Sub-admin group is required. However, we only need approval from one Admin group member if a Sub-admin group member submits a merge request.
Thanks Sagar