• Bob Van Landuyt's avatar
    Remove `multiple_code_owner_rules` feature flag · d862aa1b
    Bob Van Landuyt authored
    Before we were creating a single `ApprovalRule` called "Code
    Owner". But when we introduced `multiple_code_owner_rules` we were
    creating a rule per entry in the CODEOWNERS file and displaying that.
    
    Having the feature flag meant having to support the 2 datamodels. This
    removes the feature flag and gets rid of the legacy code that was
    there to support it's off-state.
    d862aa1b
approval_merge_request_rule.rb 3.89 KB