1
0
mirror of synced 2026-01-09 06:03:09 -05:00

be more explicit around merge queue configuration change (#31080)

This commit is contained in:
Ariel Deitcher
2022-09-26 04:11:57 -07:00
committed by GitHub
parent 3c1a1e3af8
commit dd002dda8b

View File

@@ -26,9 +26,10 @@ For information about merge methods, see "[About pull request merges](/pull-requ
{% note %}
**Note:**
**Notes:**
* A merge queue cannot be enabled with branch protection rules that use wildcard characters (`*`) in the branch name pattern.
* A merge queue will wait for required checks to be reported before it can proceed with merging. You must update your CI configuration to trigger and report on merge group events when requiring a merge queue.
{% endnote %}