From 1dc88ffb3f1b51bbede0c5056a2861833b889e3c Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Fri, 25 Nov 2022 16:06:52 -0800 Subject: [PATCH] Allow non-org members to label `requires-debug-assertions` jruderman tried to add this in #104916, for example. I think I've seen this happen before as well. --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 985e065652d..5efe65864ab 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -15,7 +15,7 @@ allow-unauthenticated = [ "llvm-main", "needs-fcp", "relnotes", - "requires-nightly", + "requires-*", "regression-*", "perf-*", "AsyncAwait-OnDeck",