From a0d603f6e89b17390f4806237bcec3386cb01eaa Mon Sep 17 00:00:00 2001 From: Jack Huey <31162821+jackh726@users.noreply.github.com> Date: Sat, 12 Feb 2022 11:47:00 -0500 Subject: [PATCH] Don't relabel to a team if there is already a team label --- triagebot.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index b484c25ea51..276587e7f13 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -113,6 +113,9 @@ trigger_files = [ "src/tools/rustdoc-js", "src/tools/rustdoc-themes", ] +exclude_labels = [ + "T-*", +] [autolabel."T-compiler"] trigger_files = [ @@ -122,6 +125,9 @@ trigger_files = [ # Tests "src/test/ui", ] +exclude_labels = [ + "T-*", +] [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts