From b6bf5ad69a04eb4475f49980a684e2d6bcbba753 Mon Sep 17 00:00:00 2001 From: Jonathan Brouwer Date: Mon, 19 Jan 2026 16:01:16 +0100 Subject: [PATCH] Add `S-blocked` to `labels_blocking_approval` --- rust-bors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-bors.toml b/rust-bors.toml index ad1100fd2421..9b632481c7c3 100644 --- a/rust-bors.toml +++ b/rust-bors.toml @@ -23,7 +23,9 @@ labels_blocking_approval = [ "S-waiting-on-t-opsem", "S-waiting-on-t-rustdoc", "S-waiting-on-t-rustdoc-frontend", - "S-waiting-on-t-clippy" + "S-waiting-on-t-clippy", + # PR manually set to blocked + "S-blocked" ] # If CI runs quicker than this duration, consider it to be a failure