about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Levick <me@ryanlevick.com>2021-07-01 14:56:24 +0200
committerRyan Levick <me@ryanlevick.com>2021-07-01 14:56:24 +0200
commit07aa46e9e44a85bafd1acfc63887152968024b76 (patch)
treebea5e97236a9373484728c9835dd979001c1a4fd
parent3cb1c1134050c059a15d9ca7a00d4dd89111a373 (diff)
downloadrust-07aa46e9e44a85bafd1acfc63887152968024b76.tar.gz
rust-07aa46e9e44a85bafd1acfc63887152968024b76.zip
Allow anyone to add or remove any label starting with perf-
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 4621adb2ba8..968b80414bc 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -4,7 +4,7 @@ allow-unauthenticated = [
     "D-*",
     "requires-nightly",
     "regression-*",
-    "perf-regression",
+    "perf-*",
     # I-* without I-nominated
     "I-*", "!I-nominated",
     "AsyncAwait-OnDeck",