Skip to content

Commit d031bef

Browse files
committed
a
1 parent 8ecaad8 commit d031bef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

triagebot.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ trigger_files = [
249249
[autolabel."S-waiting-on-review"]
250250
new_pr = true
251251

252+
[autolabel."WG-trait-system-refactor"]
253+
trigger_files = [
254+
"compiler/rustc_trait_selection/solve"
255+
]
256+
252257
[notify-zulip."I-prioritize"]
253258
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
254259
topic = "#{number} {title}"
@@ -344,7 +349,7 @@ cc = ["@BoxyUwU"]
344349

345350
[mentions."compiler/rustc_trait_selection/src/solve/"]
346351
message = "Some changes occurred to the core trait solver"
347-
cc = ["@lcnr", "@compiler-errors"]
352+
cc = ["@rust-lang/initiative-trait-system-refactor"]
348353

349354
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
350355
message = """

0 commit comments

Comments
 (0)