Commit 94ca7fd7 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '230836-remove-code_owner-ignore-rule' into 'master'

Remove `code_owner` ignore rule

See merge request gitlab-org/gitlab!42637
parents 3c49dc64 afeb3827
......@@ -5,9 +5,6 @@ class ApprovalMergeRequestRule < ApplicationRecord
include ApprovalRuleLike
include UsageStatistics
include IgnorableColumns
ignore_column :code_owner, remove_with: '13.5', remove_after: '2020-10-22'
scope :not_matching_pattern, -> (pattern) { code_owner.where.not(name: pattern) }
scope :matching_pattern, -> (pattern) { code_owner.where(name: pattern) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment