From a21238cc292ff134107e77a71c5e9ee419f6b42c Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Tue, 12 Apr 2022 10:48:56 -0700 Subject: [PATCH] Autotag library PRs with T-libs --- triagebot.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index f6f1b918f06..a5724ddfb88 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -136,6 +136,21 @@ exclude_labels = [ "T-*", ] +[autolabel."T-libs"] +trigger_files = [ + "library/alloc", + "library/core", + "library/panic_abort", + "library/panic_unwind", + "library/std", + "library/stdarch", + "library/term", + "library/test", +] +exclude_labels = [ + "T-*", +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}"