Skip to content
Snippets Groups Projects
Unverified Commit c31c87f3 authored by Alexandru Croitor's avatar Alexandru Croitor Committed by GitLab
Browse files

Merge branch 'kassio/enable_work_item_epic_unification_by_default' into 'master'

Enable epic_and_work_item_associations_unification by default

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168936



Merged-by: default avatarAlexandru Croitor <acroitor@gitlab.com>
Approved-by: default avatarAlexandru Croitor <acroitor@gitlab.com>
Reviewed-by: default avatarKassio Borges <kborges@gitlab.com>
Co-authored-by: default avatarKassio Borges <kassioborgesm@gmail.com>
Co-authored-by: default avatarKassio Borges <kborges@gitlab.com>
parents 8f3d6dd6 43bb7b99
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,5 +5,5 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156691
rollout_issue_url:
milestone: '17.1'
group: group::product planning
type: wip
default_enabled: false
type: beta
default_enabled: true
Loading
Loading
@@ -280,7 +280,7 @@ def epic_and_work_item_associations_unification_enabled?
actors << self if root_ancestor != self
 
actors.any? do |actor|
::Feature.enabled?(:epic_and_work_item_associations_unification, actor, type: :wip)
::Feature.enabled?(:epic_and_work_item_associations_unification, actor, type: :beta)
end
end
 
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