Skip to content

Move protected_branch.code_owner_review_required GraphQL field to EE

What does this MR do and why?

Moves code_owner_review_required to EE We expose protected_branch.code_owner_review_required through the GraphQL API. Code owners is a premium feature.

This change moves codeOwnerReviewRequired attribute in GraphQL from the CE GraphQL Type class to an EE extension module.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports