From 3159cb085a7c03d003a6144025b89d496e0ab60a Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 7 Dec 2024 14:46:21 -0500 Subject: [PATCH] Drop required approvals for Crater This restores the previous state pre-merge-queues, where most PRs were self-approved via bors. --- repos/rust-lang/crater.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/crater.toml b/repos/rust-lang/crater.toml index f94b31587..f7def6769 100644 --- a/repos/rust-lang/crater.toml +++ b/repos/rust-lang/crater.toml @@ -10,3 +10,4 @@ infra = "write" [[branch-protections]] pattern = "master" ci-checks = ["conclusion"] +required-approvals = 0