From 0f15a99fa1c07d33949ce27f59f6177c686e69ec 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