From b205436ff66db720cb4b0c503d14ff0a571b14c7 Mon Sep 17 00:00:00 2001 From: Camelid <37223377+camelid@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:57:32 -0700 Subject: [PATCH] Allow anyone to set regression labels --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index bcdc40017b5..8b7b536bcbf 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,6 +3,7 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "D-*", "requires-nightly", + "regression-*", # I-* without I-nominated "I-*", "!I-nominated", "AsyncAwait-OnDeck",