Document disabling automatic issue closing from commits and merge requests
This commit is contained in:
parent
0f0d9bc9d6
commit
36ba256e77
1 changed files with 12 additions and 2 deletions
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue