From 23eba7c08beba30a5e99889cd49c4458a3aa1bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=B6nburg?= Date: Thu, 6 Oct 2022 09:46:11 +0200 Subject: [PATCH] ci: remove redundant required bors checks The test summary job already depends on java checks and go linting. (cherry picked from commit db3f85a0d7673c2345566625c3bb6965e9063065) --- bors.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bors.toml b/bors.toml index 73c5df92ed63..9acbe3ba8173 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,5 @@ status = [ "Test summary", - "Java checks", - "Go linting" ] required_approvals = 1