about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-09 12:11:55 +0100
committerGitHub <noreply@github.com>2023-03-09 12:11:55 +0100
commitceff836bfeed176d62197a2f3a8194576219792b (patch)
treea63e4aeba86aafe96b7d257f375f886f2d926931
parent972ea7fd8409a6fca9a9f955214ecb659bc14ab9 (diff)
parentd326ae7b8500d8c9d71fa4fc84cb2c2f336072e2 (diff)
downloadrust-ceff836bfeed176d62197a2f3a8194576219792b.tar.gz
rust-ceff836bfeed176d62197a2f3a8194576219792b.zip
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
-rw-r--r--triagebot.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 403a7087ee1..f8752fdcaca 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -451,6 +451,10 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]
 message = "`rustc_macros::diagnostics` was changed"
 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]
 
+[mentions."compiler/rustc_smir"]
+message = "This PR changes Stable MIR"
+cc = ["@oli-obk", "@celinval"]
+
 [mentions."compiler/rustc_target/src/spec"]
 message = """
 These commits modify **compiler targets**.