From 0a462f0eb719a985b8c669252c1371ad89996c03 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Wed, 20 Sep 2023 11:13:00 +0100 Subject: [PATCH] unauthenticated @rustbot label T-* This is allowed in [`rust-lang/rust`](https://github.com/rust-lang/rust/blob/62d9034a0d571b78e518727d6cb4b090569e5238/triagebot.toml#L12). Others have also expected it to work here: - https://github.com/rust-lang/rfcs/pull/3490#issuecomment-1722720545 - https://github.com/rust-lang/rfcs/pull/3485#issuecomment-1712657835 @rustbot label not-rfc --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index ba2e4d70a20..6d04c5974b5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,5 +1,6 @@ [relabel] allow-unauthenticated = [ "A-*", + "T-*", "not-rfc", ]