From 05b281c3c7261363ac9264b49f2d3776cae9224b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 26 Sep 2025 20:33:30 +0200 Subject: [PATCH] Change branch protection of rustc-dev-guide to `main` --- repos/rust-lang/rustc-dev-guide.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/rustc-dev-guide.toml b/repos/rust-lang/rustc-dev-guide.toml index 36091a502..51be9423d 100644 --- a/repos/rust-lang/rustc-dev-guide.toml +++ b/repos/rust-lang/rustc-dev-guide.toml @@ -19,7 +19,7 @@ rustdoc-frontend = "write" wg-rustc-dev-guide = "maintain" [[branch-protections]] -pattern = "master" +pattern = "main" ci-checks = ["ci"] required-approvals = 0