Rollup merge of #125159 - fmease:allow-unauth-labels-l-pg-z, r=jieyouxu · rust-lang/rust@734a109 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 734a109

Rollup merge of #125159 - fmease:allow-unauth-labels-l-pg-z, r=jieyouxu

Meta: Allow unauthenticated users to modify `L-*`, `PG-*` and `-Z*` labels Complements: rust-lang/rust-forge#744. 1. `L-*`: Issues and PRs concerning specific lints 2. `PG-*`: Issues and PRs concerning specific project groups 3. `-Z*`: Issues and PRs concerning specific unstable `-Z` compiler options These are safe to expose. Allows unauthenticated users greater leeway in triaging issues. We have a lot of such people <3 and I want to support them as much as possible. r? jieyouxu (you get assigned a lot these days :P) or compiler

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-*",