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
This commit is contained in:
Matthias Krüger 2023-03-09 12:11:55 +01:00 committed by GitHub
commit ceff836bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.