From 33b760cc45d08d47b69516a40f8336efaa3de9bb Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 2 Dec 2025 16:42:28 -0500 Subject: [PATCH] Update the compiler-builtins protected branch name --- repos/rust-lang/compiler-builtins.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/compiler-builtins.toml b/repos/rust-lang/compiler-builtins.toml index da19871ae..3c1b504a3 100644 --- a/repos/rust-lang/compiler-builtins.toml +++ b/repos/rust-lang/compiler-builtins.toml @@ -7,6 +7,6 @@ bots = [] crate-maintainers = "maintain" [[branch-protections]] -pattern = "master" +pattern = "main" ci-checks = ["success"] required-approvals = 0