diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-07-01 14:56:24 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-07-01 14:56:24 +0200 |
| commit | 07aa46e9e44a85bafd1acfc63887152968024b76 (patch) | |
| tree | bea5e97236a9373484728c9835dd979001c1a4fd | |
| parent | 3cb1c1134050c059a15d9ca7a00d4dd89111a373 (diff) | |
| download | rust-07aa46e9e44a85bafd1acfc63887152968024b76.tar.gz rust-07aa46e9e44a85bafd1acfc63887152968024b76.zip | |
Allow anyone to add or remove any label starting with perf-
| -rw-r--r-- | triagebot.toml | 2 |
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", |
