From cb77c34235a98676205fc932f44abfd93ab1f3dd Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:51:37 +0100 Subject: [PATCH] Set dev guide approvals to 0 When a subject matter expert writes some docs, there's no point in blocking them. They should just merge their stuff, we can always fix it later. If someone does want a review for their PR, they can always get it still. --- repos/rust-lang/rustc-dev-guide.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/rustc-dev-guide.toml b/repos/rust-lang/rustc-dev-guide.toml index 482025f29..052d5a8de 100644 --- a/repos/rust-lang/rustc-dev-guide.toml +++ b/repos/rust-lang/rustc-dev-guide.toml @@ -14,3 +14,4 @@ libs-contributors = "write" [[branch-protections]] pattern = "master" ci-checks = ["ci"] +required-approvals = 0