From 7674521591e1c9e9e460beffc812ca0643c94257 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Fri, 26 Jul 2024 18:17:28 -0500 Subject: [PATCH] grant ability to merge rustfmt PRs --- repos/rust-lang/rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/rustfmt.toml b/repos/rust-lang/rustfmt.toml index 04464e538..3acb3e230 100644 --- a/repos/rust-lang/rustfmt.toml +++ b/repos/rust-lang/rustfmt.toml @@ -9,6 +9,7 @@ rustfmt = "write" [[branch-protections]] pattern = "master" +required-approvals = 0 ci-checks = [ "(x86_64-unknown-linux-gnu, nightly)", "(x86_64-unknown-linux-gnu, stable)",