Rollup merge of #86779 - rylev:all-perf-labels, r=Mark-Simulacrum
Allow anyone to add or remove any label starting with perf- In order to fully realize planned changes to the performance tracking process, we'd like to allow anyone to change the perf related labels. r? ``@Mark-Simulacrum``
This commit is contained in:
commit
59674cb259
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ allow-unauthenticated = [
|
|||
"D-*",
|
||||
"requires-nightly",
|
||||
"regression-*",
|
||||
"perf-regression",
|
||||
"perf-*",
|
||||
# I-* without I-nominated
|
||||
"I-*", "!I-nominated",
|
||||
"AsyncAwait-OnDeck",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue