From 4bb9c0f79bffd578503cb7a181ceec26c2b1067b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 20 Sep 2023 07:49:23 +0200 Subject: [PATCH] Allow anyone to set llvm-fixed-upstream Allow llvm-* to be set by unauthenticated users, which is currently llvm-main and llvm-fixed-upstream. --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 5b4e653b100..4a84f3caa95 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -13,7 +13,7 @@ allow-unauthenticated = [ "WG-*", "beta-nominated", "const-hack", - "llvm-main", + "llvm-*", "needs-fcp", "relnotes", "requires-*",