Skip to content

Commit b9425a5

Browse files
authored
Fix version formatting and enhance intro for auto-merge
Updated version indicators for auto-merge feature and modified the intro section for clarity.
1 parent 30a6b14 commit b9425a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ title: Automatically merging a pull request
33
intro: You can increase development velocity by enabling auto-merge for a pull request so that the pull request will merge automatically when all merge requirements are met.
44
product: '{% data reusables.gated-features.auto-merge %}'
55
versions:
6-
fpt: '*'
7-
ghes: '*'
8-
ghec: '*'
6+
fpt: '\*'
7+
ghes: '\\\*'
8+
ghec: '////*'``
99
topics:
1010
- Pull requests
1111
redirect_from:
1212
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request
1313
- /github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request
1414
- /github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request
15-
shortTitle: Merge PR automatically
15+
shortTitle: Merge PR automatically```
1616
---
1717
## About auto-merge
18-
18+
```` `````` `
1919
If you enable auto-merge for a pull request, the pull request will merge automatically when all required reviews are met and all required status checks have passed. Auto-merge helps you avoid waiting around for requirements to be met, so you can move on to other tasks.
2020

2121
Before you can use auto-merge with a pull request, auto-merge must be enabled for the repository. For more information, see [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository).

0 commit comments

Comments
 (0)