Skip to content

Commit 734a109

Browse files
authored
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
2 parents 601e5d1 + 72a48fc commit 734a109

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)