From 153aaa167988d84a058a9ad501acd1ed3d2936d8 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Tue, 12 Dec 2023 16:54:22 +1100 Subject: [PATCH] =?UTF-8?q?Remove=20bors.toml=20=F0=9F=AB=A1=20(#5001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bors.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 bors.toml diff --git a/bors.toml b/bors.toml deleted file mode 100644 index e821b89a81..0000000000 --- a/bors.toml +++ /dev/null @@ -1,24 +0,0 @@ -status = [ - "release-tests-ubuntu", - "release-tests-windows", - "debug-tests-ubuntu", - "state-transition-vectors-ubuntu", - "ef-tests-ubuntu", - "dockerfile-ubuntu", - "eth1-simulator-ubuntu", - "merge-transition-ubuntu", - "no-eth1-simulator-ubuntu", - "check-code", - "cargo-udeps", - "beacon-chain-tests", - "op-pool-tests", - "doppelganger-protection-test", - "execution-engine-integration-ubuntu", - "check-msrv", - "slasher-tests", - "syncing-simulator-ubuntu", - "compile-with-beta-compiler", -] -use_squash_merge = true -timeout_sec = 10800 -pr_status = ["license/cla", "target-branch-check"]