Skip to content

Commit

Permalink
Remove Esteban from review queues for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 4, 2023
1 parent 91eb6f9 commit d78fb1a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,15 @@ cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakar

[mentions."compiler/rustc_error_messages"]
message = "`rustc_error_messages` was changed"
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]

[mentions."compiler/rustc_errors/src/translation.rs"]
message = "`rustc_errors::translation` was changed"
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]

[mentions."compiler/rustc_macros/src/diagnostics"]
message = "`rustc_macros::diagnostics` was changed"
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]

[mentions."compiler/rustc_target/src/spec"]
message = """
Expand All @@ -475,7 +475,6 @@ contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
[assign.adhoc_groups]
compiler-team = [
"@cjgillot",
"@estebank",
"@petrochenkov",
"@davidtwco",
"@oli-obk",
Expand Down Expand Up @@ -532,13 +531,11 @@ incremental = [
diagnostics = [
"@compiler-errors",
"@davidtwco",
"@estebank",
"@oli-obk",
"@TaKO8Ki",
]
parser = [
"@davidtwco",
"@estebank",
"@nnethercote",
"@petrochenkov",
]
Expand Down

0 comments on commit d78fb1a

Please sign in to comment.