From cdf59ca148cfcf0d24453b4f5d8eb5cee29cf2c1 Mon Sep 17 00:00:00 2001
From: Lee Tickett <lee@tickett.net>
Date: Fri, 23 Sep 2022 05:54:15 +0000
Subject: [PATCH] Add condition to auto issue close note

---
 doc/user/project/repository/web_editor.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/project/repository/web_editor.md b/doc/user/project/repository/web_editor.md
index 19bf63497935c..05bc0207fa943 100644
--- a/doc/user/project/repository/web_editor.md
+++ b/doc/user/project/repository/web_editor.md
@@ -122,7 +122,7 @@ There are multiple ways to create a branch from the GitLab web interface.
 If your development workflow requires an issue for every merge
 request, you can create a branch directly from the issue to speed the process up.
 The new branch, and later its merge request, are marked as related to this issue.
-Once merged, the merge request closes the issue.
+After merging the merge request, the issue is closed automatically, unless [automatic issue closing is disabled](../issues/managing_issues.md#disable-automatic-issue-closing).
 You can see a **Create merge request** dropdown below the issue description.
 
 NOTE:
-- 
GitLab