From 5fbb73aa4fb5e02f1c625b3586737038c4018590 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Mon, 2 Oct 2023 13:55:09 +0000 Subject: [PATCH] Clean `bors.toml` (#4795) unblock https://github.com/sigp/lighthouse/pull/4755 Co-authored-by: Paul Hauner Co-authored-by: realbigsean --- bors.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bors.toml b/bors.toml index 9e633d63f57..3782ef4db30 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,4 @@ status = [ - "cargo-fmt", "release-tests-ubuntu", "release-tests-windows", "debug-tests-ubuntu", @@ -9,20 +8,15 @@ status = [ "eth1-simulator-ubuntu", "merge-transition-ubuntu", "no-eth1-simulator-ubuntu", - "check-benchmarks", - "clippy", - "arbitrary-check", - "cargo-audit", "cargo-udeps", "beacon-chain-tests", "op-pool-tests", "doppelganger-protection-test", "execution-engine-integration-ubuntu", - "cargo-vendor", "check-msrv", "slasher-tests", "syncing-simulator-ubuntu", - "compile-with-beta-compiler" + "compile-with-beta-compiler", ] use_squash_merge = true timeout_sec = 10800