Skip to content
Snippets Groups Projects
Commit 94ca7fd7 authored by Dylan Griffith's avatar Dylan Griffith
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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) }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment