about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-09-24 17:25:38 +0100
committerJosh Triplett <josh@joshtriplett.org>2022-09-24 19:49:58 +0100
commit9a9e8273e4ba8d308f8ce261a4694dc5b42fac9d (patch)
treef18626ca37ded62ae952e3b616f3cd48469bafd6
parent39484ac3b0b80c1c98c4d46a9f88336c02f24da6 (diff)
downloadrust-9a9e8273e4ba8d308f8ce261a4694dc5b42fac9d.tar.gz
rust-9a9e8273e4ba8d308f8ce261a4694dc5b42fac9d.zip
triagebot.toml: Add autolabel for T-style
-rw-r--r--triagebot.toml5
1 files changed, 5 insertions, 0 deletions
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",