From 0afd9ab6f0d65334e58433d37a63d511394c433c Mon Sep 17 00:00:00 2001 From: "O'Neill, Will" <0100wrxb@gmail.com> Date: Fri, 26 Apr 2024 11:28:14 -0700 Subject: [PATCH] Clarify merge queue merge limits (#31807) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Co-authored-by: Will Smythe --- .../managing-a-merge-queue.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md b/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md index 27c8bdd329..c9638175c3 100644 --- a/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md +++ b/content/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.md @@ -75,7 +75,13 @@ Once you have enabled the "Require merge queue" setting, you can also access the - **Status check timeout**: Choose how long the queue should wait for a response from CI before assuming that checks have failed. - - **Merge limits**: Select the minimum and maximum number of pull requests to merge in a single group (between `1` and `100`), and a timeout after which the queue should stop waiting for more entries and merge with fewer than the minimum number of pull requests. Exactly how many PRs are included in a group depends on a merge queue's settings: + **Merge limits**: Select the minimum and maximum number of pull requests to merge into the base branch at the same time (between `1` and `100`), and a timeout after which the queue should stop waiting for more entries and merge with fewer than the minimum number. + +{% note %} + +**Note:** Merge limits do not combine `merge_group` **builds**. Merge limits only affect merges to the base branch once one or more `merge_group` has satisfied build checks. + +{% endnote %} | Merge Limit | Use Case | | ----------- | -------- |