Rollup merge of #77555 - camelid:patch-8, r=Mark-Simulacrum
Allow anyone to set regression labels Cc https://rust-lang.zulipchat.com/#narrow/stream/241545-t-release/topic/improve.20reporting.20of.20regressions/near/212245535 r? @Mark-Simulacrum
This commit is contained in:
commit
2b5049b5ea
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ allow-unauthenticated = [
|
||||||
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
||||||
"D-*",
|
"D-*",
|
||||||
"requires-nightly",
|
"requires-nightly",
|
||||||
|
"regression-*",
|
||||||
# I-* without I-nominated
|
# I-* without I-nominated
|
||||||
"I-*", "!I-nominated",
|
"I-*", "!I-nominated",
|
||||||
"AsyncAwait-OnDeck",
|
"AsyncAwait-OnDeck",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue