Skip to content

Commit df7b7f5

Browse files
evi-liuCopilotmchammer01
authored
Create managing-auto-closing-issues.md (#55400)
Co-authored-by: Copilot <[email protected]> Co-authored-by: mchammer01 <[email protected]>
1 parent d0e322f commit df7b7f5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ children:
1919
- /about-email-notifications-for-pushes-to-your-repository
2020
- /configuring-autolinks-to-reference-external-resources
2121
- /configuring-tag-protection-rules
22+
- /managing-auto-closing-issues
2223
shortTitle: Manage repository settings
2324
---
24-
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
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

Comments
 (0)