From bfb384f698bc9c2626a16a4fc67ad1a08b3ee257 Mon Sep 17 00:00:00 2001
From: Phil Hughes <me@iamphill.com>
Date: Fri, 5 May 2023 10:26:20 +0100
Subject: [PATCH] Enable saved_replies by default

---
 config/feature_flags/development/saved_replies.yml | 2 +-
 doc/user/profile/comment_templates.md              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/feature_flags/development/saved_replies.yml b/config/feature_flags/development/saved_replies.yml
index b6a7151addf83..0c973292ba0df 100644
--- a/config/feature_flags/development/saved_replies.yml
+++ b/config/feature_flags/development/saved_replies.yml
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/352956
 milestone: '14.9'
 type: development
 group: group::project management
-default_enabled: false
+default_enabled: true
diff --git a/doc/user/profile/comment_templates.md b/doc/user/profile/comment_templates.md
index b9cd595916c87..8a94aff44fe65 100644
--- a/doc/user/profile/comment_templates.md
+++ b/doc/user/profile/comment_templates.md
@@ -9,6 +9,7 @@ type: howto
 
 > - GraphQL support [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352956) in GitLab 14.9 [with a flag](../../administration/feature_flags.md) named `saved_replies`. Disabled by default.
 > - User interface [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/113232) in GitLab 15.10 [with a flag](../../administration/feature_flags.md) named `saved_replies`. Disabled by default. Enabled for GitLab team members only.
+> - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119468) in GitLab 16.0.
 
 FLAG:
 On self-managed GitLab, by default this feature is not available. To make it available, ask an administrator to [enable the feature flag](../../administration/feature_flags.md) named `saved_replies`.
-- 
GitLab