Skip to content

Remove merge request approval feature flags

Alexander Turinske requested to merge 461544-remove-feature-flags into master

What does this MR do and why?

Remove merge request approval feature flags

  • merge_request_approval_policies_fallback_behavior
  • merge_request_approval_policies_fallback_behavior_group
  • update tests

Changelog: removed

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.

Scenario Screenshot
Project image
Group image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Upload a GitLab Ultimate license
  2. Navigate to a group => Secure => Policies => New policy => Merge request approval policy
  3. Verify fallback_behavior is in the yaml
  4. Navigate to a project => Secure => Policies => New policy => Merge request approval policy
  5. Verify fallback_behavior is in the yaml

Related to #461544 (closed)

Merge request reports