You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md
title: Managing the automatic closing of issues in your repository
3
+
intro: You can select whether merged linked pull requests will auto-close your issues.
4
+
versions:
5
+
fpt: '*'
6
+
ghes: '*'
7
+
ghec: '*'
8
+
permissions: Repository administrators and maintainers can configure the automating closing of issues in the repository, once related pull requests are merged.
9
+
topics:
10
+
- Repositories
11
+
- Issues
12
+
- Pull requests
13
+
shortTitle: Manage auto-closing issues
14
+
allowTitleToDifferFromFilename: true
15
+
---
16
+
17
+
## About auto-closing issues
18
+
19
+
By default, merging a linked pull request automatically closes the associated issue. You can override the default behavior by disabling auto-closing.
20
+
21
+
## Enabling or disabling auto-closing of issues
22
+
23
+
{% data reusables.repositories.navigate-to-repo %}
24
+
{% data reusables.repositories.sidebar-settings %}
25
+
1. Under **General**, scroll down to the **Issues** section.
26
+
1. Select or deselect **Auto-close issues with merged linked pull requests** to enable or disable auto-closing.
0 commit comments