mirror of https://github.com/rust-lang/rust.git
Allow unauthenticated users to modify `L-*`, `PG-*` and `-Z*` labels
This commit is contained in:
parent
7c4ac0603e
commit
72a48fc68c
|
@ -9,11 +9,14 @@ allow-unauthenticated = [
|
|||
"E-*",
|
||||
"F-*",
|
||||
"I-*",
|
||||
"L-*",
|
||||
"NLL-*",
|
||||
"O-*",
|
||||
"PG-*",
|
||||
"S-*",
|
||||
"T-*",
|
||||
"WG-*",
|
||||
"-Z*",
|
||||
"beta-nominated",
|
||||
"const-hack",
|
||||
"llvm-*",
|
||||
|
|
Loading…
Reference in New Issue