From 29639c6277a8cf0717ec39ea04033fc00a3e2291 Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Thu, 31 Oct 2024 07:53:46 -0700
Subject: [PATCH] Copy over disclaimer from workflow page

This feature isn't ready for people outside of GitLab to use, so
let's hoist some disclaimers to that effect.
---
 .../project/merge_requests/duo_in_merge_requests.md    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/user/project/merge_requests/duo_in_merge_requests.md b/doc/user/project/merge_requests/duo_in_merge_requests.md
index 329938c608cda9..ce78101b1f4702 100644
--- a/doc/user/project/merge_requests/duo_in_merge_requests.md
+++ b/doc/user/project/merge_requests/duo_in_merge_requests.md
@@ -49,6 +49,16 @@ FLAG:
 The availability of this feature is controlled by a feature flag.
 For more information, see the history.
 
+WARNING:
+This feature is considered [experimental](../../../policy/experiment-beta-support.md) and is not intended for customer usage outside of initial design partners. We expect major changes to this feature.
+
+DISCLAIMER:
+This page contains information related to upcoming products, features, and functionality.
+It is important to note that the information presented is for informational purposes only.
+Please do not rely on this information for purchasing or planning purposes.
+The development, release, and timing of any products, features, or functionality may be subject to change or delay and remain at the
+sole discretion of GitLab Inc.
+
 When your merge request is ready to be reviewed, use GitLab Duo Code Review to perform an initial review.
 
 1. On the left sidebar, select **Search or go to** and find your project.
-- 
GitLab