summaryrefslogtreecommitdiff
path: root/doc/user/project/issues
diff options
context:
space:
mode:
authorSébastien <seb4stien@georget.name>2017-10-17 16:39:19 +0000
committerRémy Coutable <remy@rymai.me>2017-10-17 16:39:19 +0000
commit233841f3c462c553eaeb34c10dfceb28ba516f81 (patch)
treed779ad1bfbc352c41ad86bdccdcfdc226aeeed22 /doc/user/project/issues
parentc23c09366db610c1994fa592961ae838001ed5b0 (diff)
downloadgitlab-ce-233841f3c462c553eaeb34c10dfceb28ba516f81.tar.gz
Fix #20930: automatic closing is not triggered on very first push.
Diffstat (limited to 'doc/user/project/issues')
-rw-r--r--doc/user/project/issues/automatic_issue_closing.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/user/project/issues/automatic_issue_closing.md b/doc/user/project/issues/automatic_issue_closing.md
index 10dede255ec..402a2a3c727 100644
--- a/doc/user/project/issues/automatic_issue_closing.md
+++ b/doc/user/project/issues/automatic_issue_closing.md
@@ -1,8 +1,10 @@
# Automatic issue closing
->**Note:**
-This is the user docs. In order to change the default issue closing pattern,
-follow the steps in the [administration docs].
+>**Notes:**
+> - This is the user docs. In order to change the default issue closing pattern,
+> follow the steps in the [administration docs].
+> - For performance reasons, automatic issue closing is disabled for the very
+> first push from an existing repository.
When a commit or merge request resolves one or more issues, it is possible to
automatically have these issues closed when the commit or merge request lands