]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Allow anyone to set `perf-regression` label
[rust.git] / triagebot.toml
index 8b6157cd4aae23b82d2349452b1d584851c6b680..4621adb2ba837425331459b58fc45196d0b47a0f 100644 (file)
@@ -4,6 +4,7 @@ allow-unauthenticated = [
     "D-*",
     "requires-nightly",
     "regression-*",
+    "perf-regression",
     # I-* without I-nominated
     "I-*", "!I-nominated",
     "AsyncAwait-OnDeck",
@@ -79,7 +80,7 @@ trigger_labels = [
     "regression-from-stable-to-stable",
     "regression-from-stable-to-beta",
     "regression-from-stable-to-nightly",
-    "I-unsound ðŸ’¥",
+    "I-unsound",
 ]
 exclude_labels = [
     "P-*",