Enable accessible_code_owners_validation feature by default
What does this MR do and why?
Enable accessible_code_owners_validation feature by default
Prior to this change we validated the syntax of CODEOWNERS files. We now also validate the user and group permissions including
- If users and groups are accessible to the project.
- If users can approve MRs within the project
- If groups have a max role limit of at least developer
- If the valid groups contain at least one member who can approve merge requests
Related to Improved CODEOWNERS Validation (&15598), Inaccessible Code Owner validation (#429261 - closed), Group Max Role validation (#521151 - closed), Group Users Permission Validation (#521152 - closed), Validate users permissions in CODEOWNERS (#502583 - closed), [Feature flag] Rollout of `accessible_code_owne... (#524437 - closed)
Changelog: added
EE: true
Edited by Joe Woodward