From e8e298df879d9524f8bc647b347237bbd755c537 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 4 Nov 2024 12:37:42 -0800 Subject: [PATCH] Update edition-guide branch protection --- repos/rust-lang/edition-guide.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repos/rust-lang/edition-guide.toml b/repos/rust-lang/edition-guide.toml index 268b0150c..7c5317074 100644 --- a/repos/rust-lang/edition-guide.toml +++ b/repos/rust-lang/edition-guide.toml @@ -6,3 +6,8 @@ bots = ["rustbot", "rfcbot"] [access.teams] project-edition-2024 = "maintain" + +[[branch-protections]] +pattern = "master" +ci-checks = ["Success gate"] +required-approvals = 0