Skip to content

Commit 30f4ca8

Browse files
Add description of merge group size setting (github#31082)
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
1 parent 10e4ed7 commit 30f4ca8

File tree

1 file changed

+4
-0
lines changed
  • content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges

1 file changed

+4
-0
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ With other CI providers, you may need to update your CI configuration to run whe
5757

5858
Repository administrators can require a merge queue by enabling the branch protection setting "Require merge queue" in the protection rules for the base branch.
5959

60+
### About the merge group size setting
61+
62+
You can configure a merge queue's merge group size, which determines how many pull requests are included in each merge group. When there are no status check failures or merge conflicts, choosing the default "small" merge group size will form groups containing 2 pull requests. If you want to group more pull requests per group, you may choose the "medium" merge group size to form groups containing 5 pull requests each.
63+
6064
For information about how to enable the merge queue protection setting, see "[Managing a branch protection rule](/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule#creating-a-branch-protection-rule)."
6165

6266
## Further reading

0 commit comments

Comments
 (0)