diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-03 09:10:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-03 09:10:53 +0000 |
commit | 74780f24f2005d24a0e0a8fa1b3ae5391ae2928f (patch) | |
tree | 888505246a85ff9e97042b43b18450730586596e /config | |
parent | ccbe90951fb75b3527eaaad404e6abb6ed09ca8c (diff) | |
download | gitlab-ce-74780f24f2005d24a0e0a8fa1b3ae5391ae2928f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/feature_flags/development/fork_project_form.yml (renamed from config/feature_flags/development/dashboard_pipeline_status.yml) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/feature_flags/development/dashboard_pipeline_status.yml b/config/feature_flags/development/fork_project_form.yml index f24ba5983a8..93bccc4f41b 100644 --- a/config/feature_flags/development/dashboard_pipeline_status.yml +++ b/config/feature_flags/development/fork_project_form.yml @@ -1,8 +1,8 @@ --- -name: dashboard_pipeline_status -introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22029 -rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/209061 -milestone: '12.7' +name: fork_project_form +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53544 +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/321387 +milestone: '13.10' type: development -group: group::continuous integration -default_enabled: true +group: group::source code +default_enabled: false |