Use shared_min_access_level parameter
What does this MR do and why?
Use shared_min_access_level parameter
The min_access_level parameter is not used on the project groups endpoint
How to set up and validate locally
- Create a project
- Invite a group to the project with the developer role
- Go to repository settings (Settings -> Repository)
- See that the
Allowed to create
dropdown for creating and editing protected branches contains the group - See that the
Allowed to merge
andAllowed to push and merge
dropdowns for creating and editing protected branches contain the group - Update the max role of the invited group to
Reporter
(Manage -> Members -> Groups tab) - See that the dropdowns do not contain the group
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Jerry Seto