From a4c3d106646b3c0bcadd4bd5188993a0fac3d739 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 27 Nov 2024 13:57:40 -0800 Subject: [PATCH] Document merge queue setup (#2459) --- docs/how-to-configure-new-repository.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/how-to-configure-new-repository.md b/docs/how-to-configure-new-repository.md index c9ddcb8b1..25ec2dd5c 100644 --- a/docs/how-to-configure-new-repository.md +++ b/docs/how-to-configure-new-repository.md @@ -119,6 +119,13 @@ Same as for [`dependabot/**/**`](#branch-protection-rule-dependabot) above. This branch protection rule is not set up automatically, but can be added for any repositories that are using [Renovate](https://github.com/apps/renovate). +#### Branch protection rule: `gh-readonly-queue/main/**` + +Same as for [`dependabot/**/**`](#branch-protection-rule-dependabot) above. + +This branch protection rule is not set up automatically, but can be added for any +repositories that are using merge queues. + #### Branch protection rule: `**/**` Same as for [`main`](#branch-protection-rule-main) above.