From 1f65adfabfe8b5ad2f4c0482fb6681d25c66cdc0 Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Sat, 11 Dec 2021 18:03:52 -0800 Subject: rustbot: Add autolabeling for `T-compiler` This commit adds autolabeling for the `T-compiler` label, for PRs that modify rustc's source code or tests (currently only `src/test/ui`). This is possible now that rust-lang/triagebot#1321 has landed. --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index fb9cee43b2d..b484c25ea51 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -114,6 +114,15 @@ trigger_files = [ "src/tools/rustdoc-themes", ] +[autolabel."T-compiler"] +trigger_files = [ + # Source code + "compiler", + + # Tests + "src/test/ui", +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" -- cgit v1.2.1