Skip to content

Commit ceff836

Browse files
authored
Rollup merge of #108922 - celinval:stable-mir-bot, r=oli-obk
Add auto notification for changes to stable mir Adds a new entry to the triagebot configuration file to notify subscribers about changes to the stable MIR. I added myself and `@oli-obk` for now. r?oli-obk
2 parents 972ea7f + d326ae7 commit ceff836

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

triagebot.toml

+4
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]
451451
message = "`rustc_macros::diagnostics` was changed"
452452
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]
453453

454+
[mentions."compiler/rustc_smir"]
455+
message = "This PR changes Stable MIR"
456+
cc = ["@oli-obk", "@celinval"]
457+
454458
[mentions."compiler/rustc_target/src/spec"]
455459
message = """
456460
These commits modify **compiler targets**.

0 commit comments

Comments
 (0)