about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 8a90bc0e3c1..89d1574726f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -195,6 +195,13 @@ trigger_files = [
     "compiler/rustc_macros/src/diagnostics"
 ]
 
+[autolabel."A-query-system"]
+trigger_files = [
+    "compiler/rustc_query_system",
+    "compiler/rustc_query_impl",
+    "compiler/rustc_macros/src/query.rs"
+]
+
 [notify-zulip."I-prioritize"]
 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
 topic = "#{number} {title}"