Introduce group-level protected branches
What does this MR do and why?
Releasing Group-level protected branches MVC (&8679) Closes [Feature flag] Rollout of allow_protected_branc... (#383178 - closed)
Introduce group-level protected branches
We have implemented group-level settings to manage protected branches for all projects within a group.
This feature is only available on top-level groups with premium and ultimate licenses.
Group owners can now create protected branch configurations within the group's repository settings. These protected branches are applied to all projects within this group and are applied in addition to the project-level protected branches.
Changelog: added EE: true
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.