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) +``` +