Skip to content

Creating v2 MR Rules in Controller

Update app/controllers/projects/merge_requests/creations_controller.rb to dual write v2 merge request approval rules behind a feature flag.

This will be the first issue where the feature flag is introduced.

To do this we will need to accept nested attributes for v2 approval rules in merge requests.

See POC implementation in !174517 (diffs)

Edited by Gavin Hinfey