From 1dabd685bd614a3c7679beb14bec4b50e55d53a9 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 16 Jan 2023 13:37:29 +0100 Subject: [PATCH] CI: temporarily remove `check-labels` from bors `pr_status` --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index d430328e26..e982df39c2 100644 --- a/bors.toml +++ b/bors.toml @@ -3,7 +3,8 @@ pr_status = [ "python-tests", "tools-build-success", - "check-labels", +# temporarily disabling while testing updated check-labels-action (#19101) +# "check-labels", "static-tests", "check-commits (commit-msg)", "check-commits (pr_check)",