about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index bee0371d36e..f129d433f0e 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -249,6 +249,11 @@ trigger_files = [
 [autolabel."S-waiting-on-review"]
 new_pr = true
 
+[autolabel."WG-trait-system-refactor"]
+trigger_files = [
+    "compiler/rustc_trait_selection/solve"
+]
+
 [notify-zulip."I-prioritize"]
 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
 topic = "#{number} {title}"
@@ -344,7 +349,7 @@ cc = ["@BoxyUwU"]
 
 [mentions."compiler/rustc_trait_selection/src/solve/"]
 message = "Some changes occurred to the core trait solver"
-cc = ["@lcnr", "@compiler-errors"]
+cc = ["@rust-lang/initiative-trait-system-refactor"]
 
 [mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
 message = """