diff options
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r-- | app/models/protected_branch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb index 594c822c18f..599c174ddd7 100644 --- a/app/models/protected_branch.rb +++ b/app/models/protected_branch.rb @@ -38,9 +38,9 @@ class ProtectedBranch < ApplicationRecord project.protected_branches end + # overridden in EE def self.branch_requires_code_owner_approval?(project, branch_name) - # NOOP - # + false end def self.by_name(query) |