From 36ba256e77b7db5f98ffbf9537d61f24e9dad67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 14 Aug 2020 15:05:59 -0400 Subject: [PATCH] Document disabling automatic issue closing from commits and merge requests --- project-management-with-gitlab.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/project-management-with-gitlab.md b/project-management-with-gitlab.md index 883ab47..59d8e2d 100644 --- a/project-management-with-gitlab.md +++ b/project-management-with-gitlab.md @@ -1,5 +1,4 @@ -Project management with GitLab -============================== +# Project management with GitLab Need to polish and publish our internal docs: @@ -8,3 +7,14 @@ Need to polish and publish our internal docs: * https://gitlab.com/agaric/internal/wikis/version%20control ... and come to think of it, reorganize GitLab-specific notes as a subset of project management approach. + + + +### Disable autoclosing issues from commits and merge requests + +Under Repository Settings (Settings ยป Repository, for instance [`gitlab.com/agaric/sites/agaric-com/-/settings/repository`](https://gitlab.com/agaric/sites/agaric-com/-/settings/repository)) expand the **Default Branch** section and uncheck **Auto-close referenced issues on default branch**. + +```{note} +See [GitLab help: Disabling automatic issue closing](https://gitlab.com/help/user/project/issues/managing_issues.md#disabling-automatic-issue-closing) +``` +