Commit 1e0b150a authored by Shinya Maeda's avatar Shinya Maeda

Allow to create pipelines in parent by default

This commit makes the FF enabled by default.
parent 1645f0fd
---
title: Allow to create merge request pipelines in target project when user has permission
merge_request: 37322
author:
type: added
......@@ -75,7 +75,7 @@ module Gitlab
end
def self.allow_to_create_merge_request_pipelines_in_target_project?(target_project)
::Feature.enabled?(:ci_allow_to_create_merge_request_pipelines_in_target_project, target_project)
::Feature.enabled?(:ci_allow_to_create_merge_request_pipelines_in_target_project, target_project, default_enabled: true)
end
def self.job_entry_matches_all_keys?
......
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