Skip to content

Commit 72a48fc

Browse files
committed
Allow unauthenticated users to modify L-*, PG-* and -Z* labels
1 parent 7c4ac06 commit 72a48fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: triagebot.toml

+3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ allow-unauthenticated = [
99
"E-*",
1010
"F-*",
1111
"I-*",
12+
"L-*",
1213
"NLL-*",
1314
"O-*",
15+
"PG-*",
1416
"S-*",
1517
"T-*",
1618
"WG-*",
19+
"-Z*",
1720
"beta-nominated",
1821
"const-hack",
1922
"llvm-*",

0 commit comments

Comments
 (0)