about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-07-02 06:20:32 +0900
committerGitHub <noreply@github.com>2021-07-02 06:20:32 +0900
commit59674cb259c686caf65d7a684f23a30fe2eda138 (patch)
tree68f39b75d1b597eafbf9d84d4e8560b8ffb20dcb
parent4262598dd4fd7658b2906b94bb784fcab9b2fe72 (diff)
parent07aa46e9e44a85bafd1acfc63887152968024b76 (diff)
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``
-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",