From 07aa46e9e44a85bafd1acfc63887152968024b76 Mon Sep 17 00:00:00 2001
From: Ryan Levick <me@ryanlevick.com>
Date: Thu, 1 Jul 2021 14:56:24 +0200
Subject: [PATCH] Allow anyone to add or remove any label starting with perf-

---
 triagebot.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/triagebot.toml b/triagebot.toml
index 4621adb2ba837..968b80414bcfe 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",