Skip to content

Commit

Permalink
Rollup merge of #118016 - celinval:main, r=compiler-errors
Browse files Browse the repository at this point in the history
Add stable mir members to triagebot config

I also added the two crates from the project to `[assign.owners]` so it automatically assign to a project member changes to those crates.
  • Loading branch information
matthiaskrgr committed Nov 17, 2023
2 parents e06a6d3 + 99371ce commit d1f1849
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,13 @@ style-team = [
"@yaahc",
]

project-stable-mir = [
"@celinval",
"@oli-obk",
"@spastorino",
"@ouz-a",
]

[assign.owners]
"/.github/workflows" = ["infra-ci"]
"/Cargo.lock" = ["@Mark-Simulacrum"]
Expand All @@ -729,13 +736,15 @@ style-team = [
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
"/compiler/rustc_smir" = ["project-stable-mir"]
"/compiler/rustc_parse" = ["compiler", "parser"]
"/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"]
"/compiler/rustc_query_impl" = ["compiler", "query-system"]
"/compiler/rustc_query_system" = ["compiler", "query-system"]
"/compiler/rustc_trait_selection" = ["compiler", "types"]
"/compiler/rustc_traits" = ["compiler", "types"]
"/compiler/rustc_type_ir" = ["compiler", "types"]
"/compiler/stable_mir" = ["project-stable-mir"]
"/library/alloc" = ["libs"]
"/library/core" = ["libs"]
"/library/panic_abort" = ["libs"]
Expand Down

0 comments on commit d1f1849

Please sign in to comment.