Commit b684d9ad authored by Kerri Miller's avatar Kerri Miller Committed by Bob Van Landuyt

Set sectional_codeowners -> default_enabled: true

parent accd129c
---
title: Enable feature flag 'sectional_codeowners' Sections for Code Owners
merge_request: 36902
author:
type: added
......@@ -171,7 +171,7 @@ module Gitlab
def sectional_codeowners?
strong_memoize(:sectional_codeowners_check) do
Feature.enabled?(:sectional_codeowners, @project, default_enabled: false)
Feature.enabled?(:sectional_codeowners, @project, default_enabled: true)
end
end
end
......
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