From 9a9e8273e4ba8d308f8ce261a4694dc5b42fac9d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 24 Sep 2022 17:25:38 +0100 Subject: [PATCH] triagebot.toml: Add autolabel for T-style --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index d358e59c245..181fb1de930 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -189,6 +189,11 @@ trigger_files = [ "src/tools/bump-stage0", ] +[autolabel."T-style"] +trigger_files = [ + "src/doc/style-guide", +] + [autolabel."A-translation"] trigger_files = [ "compiler/rustc_error_messages",