Rollup merge of #86687 - JohnTitor:perf-regression-label, r=Mark-Simulacrum

Allow anyone to set `perf-regression` label

The main purpose is to allow the triage bot to set the label: https://github.com/rust-lang/rust/pull/86617#issuecomment-868450443

r? `@Mark-Simulacrum`
This commit is contained in:
Yuki Okushi 2021-06-29 00:26:59 +09:00 committed by GitHub
commit 98808462c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ allow-unauthenticated = [
"D-*",
"requires-nightly",
"regression-*",
"perf-regression",
# I-* without I-nominated
"I-*", "!I-nominated",
"AsyncAwait-OnDeck",