From e1ddd37a14abcf0ab2295b327272abbc4f989354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 4 Nov 2025 08:54:01 +0100 Subject: [PATCH] Change branch protection of `rustfmt` --- repos/rust-lang/rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/rustfmt.toml b/repos/rust-lang/rustfmt.toml index fe1311628..c42cb414a 100644 --- a/repos/rust-lang/rustfmt.toml +++ b/repos/rust-lang/rustfmt.toml @@ -9,7 +9,7 @@ rustfmt = "write" rustfmt-contributors = "write" [[branch-protections]] -pattern = "master" +pattern = "main" required-approvals = 0 ci-checks = [ "(x86_64-unknown-linux-gnu, nightly)",