1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Merge pull request #49922 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-03-28 13:56:15 -04:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ For more information on merging a pull request using a merge queue, see "[AUTOTI
- 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.
- Merge queue and pull requests checks are coupled and configured under branch protection rules or rulesets. For more information, see "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#managing-a-merge-queue)."
{% endnote %}