Move summarize_my_code_review feature flag to ee/
What does this MR do and why?
- This MR moves the
summarize_my_code_reviewfeature flag fromconfig/feature_flags/development/summarize_my_code_review.ymltoee/config/feature_flags/development/summarize_my_code_review.ymlsince summarize code review feature is only accessible in EE
Background
- This feature flag was initially introduced by this MR: !118807 (merged)
- Later on, this another MR was merged to consolidate the AI feature authorization logic in one class
Llm::FeatureAuthorizer: !137211 (merged). And hence, movingpush_frontend_feature_flag(:summarize_my_code_review, current_user)toee/is no longer valid: !118807 (comment 1372626322)
Testing
ee/spec/lib/gitlab/duo/developments/setup_spec.rb and ee/spec/policies/merge_request_policy_spec.rb
Related to #409136 (closed)
Edited by Kinshuk Singh