From 9bba1849902d5454723af6dbbf11e8103fe25411 Mon Sep 17 00:00:00 2001 From: Justin Ho Tuan Duong Date: Wed, 22 Oct 2025 17:29:11 +0700 Subject: [PATCH] Move ai_catalog_third_party_flows ff to beta Allows the use of rollout issue to control who sees the feature. --- .../{wip => beta}/ai_catalog_third_party_flows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename ee/config/feature_flags/{wip => beta}/ai_catalog_third_party_flows.yml (64%) diff --git a/ee/config/feature_flags/wip/ai_catalog_third_party_flows.yml b/ee/config/feature_flags/beta/ai_catalog_third_party_flows.yml similarity index 64% rename from ee/config/feature_flags/wip/ai_catalog_third_party_flows.yml rename to ee/config/feature_flags/beta/ai_catalog_third_party_flows.yml index 868c9bd4d3d3b7..207f02c811e7c8 100644 --- a/ee/config/feature_flags/wip/ai_catalog_third_party_flows.yml +++ b/ee/config/feature_flags/beta/ai_catalog_third_party_flows.yml @@ -1,10 +1,10 @@ --- name: ai_catalog_third_party_flows -description: +description: Enable AI Catalog flows using YAML definition feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/568020 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/207610 -rollout_issue_url: +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/578074 milestone: '18.5' group: group::workflow catalog -type: wip +type: beta default_enabled: false -- GitLab