Allow unauthenticated users to modify L-*, PG-* and -Z* labels · rust-lang/rust@72a48fc (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 72a48fc

Allow unauthenticated users to modify L-*, PG-* and -Z* labels

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -9,11 +9,14 @@ allow-unauthenticated = [
9 9 "E-*",
10 10 "F-*",
11 11 "I-*",
12 +"L-*",
12 13 "NLL-*",
13 14 "O-*",
15 +"PG-*",
14 16 "S-*",
15 17 "T-*",
16 18 "WG-*",
19 +"-Z*",
17 20 "beta-nominated",
18 21 "const-hack",
19 22 "llvm-*",