Skip to content

Commit ecee483

Browse files
Rollup merge of rust-lang#150568 - jieyouxu:triagebot-updates, r=Kivooeo
Update triagebot config for `compiler-errors`, `tests/{run-make,run-make-cargo}` and `fallback` adhoc_group - Commit 1: Updates triagebot entries for `compiler-errors` (context: rust-lang/team#2205) - Commit 2: Expand `tests/{run-make,run-make-cargo}` reviewer pool to the `compiler` `adhoc_group` instead of just me for weighting reasons, so I don't become the sole assigned reviewer even when I'm off rotation. - Commit 3: Add myself to `fallback` adhoc_group so there's `n > 1` pool there, in case one of the reviewers go off rotation.
2 parents ed5a529 + f716d6c commit ecee483

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

triagebot.toml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -954,15 +954,15 @@ cc = ["@lcnr"]
954954

955955
[mentions."compiler/rustc_middle/src/ty/relate.rs"]
956956
message = "changes to the core type system"
957-
cc = ["@compiler-errors", "@lcnr"]
957+
cc = ["@lcnr"]
958958

959959
[mentions."compiler/rustc_infer/src/infer/relate"]
960960
message = "changes to the core type system"
961-
cc = ["@compiler-errors", "@lcnr"]
961+
cc = ["@lcnr"]
962962

963963
[mentions."compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs"]
964964
message = "changes to `inspect_obligations.rs`"
965-
cc = ["@compiler-errors", "@lcnr"]
965+
cc = ["@lcnr"]
966966

967967
[mentions."compiler/rustc_middle/src/mir/interpret"]
968968
message = "Some changes occurred to the CTFE / Miri interpreter"
@@ -974,7 +974,7 @@ cc = ["@rust-lang/wg-mir-opt"]
974974

975975
[mentions."compiler/rustc_trait_selection/src/traits/wf.rs"]
976976
message = "changes to the core type system"
977-
cc = ["@compiler-errors", "@lcnr"]
977+
cc = ["@lcnr"]
978978

979979
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
980980
message = "Some changes occurred in `const_evaluatable.rs`"
@@ -997,7 +997,7 @@ message = """
997997
Some changes occurred in engine.rs, potentially modifying the public API \
998998
of `ObligationCtxt`.
999999
"""
1000-
cc = ["@lcnr", "@compiler-errors"]
1000+
cc = ["@lcnr"]
10011001

10021002
[mentions."compiler/rustc_hir_analysis/src/hir_ty_lowering"]
10031003
message = "HIR ty lowering was modified"
@@ -1146,7 +1146,7 @@ cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@vakaras"]
11461146

11471147
[mentions."compiler/rustc_error_messages"]
11481148
message = "`rustc_error_messages` was changed"
1149-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1149+
cc = ["@davidtwco", "@TaKO8Ki"]
11501150

11511151
[mentions."compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs"]
11521152
message = "`rustc_errors::annotate_snippet_emitter_writer` was changed"
@@ -1158,11 +1158,11 @@ cc = ["@Muscraft"]
11581158

11591159
[mentions."compiler/rustc_errors/src/translation.rs"]
11601160
message = "`rustc_errors::translation` was changed"
1161-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1161+
cc = ["@davidtwco", "@TaKO8Ki"]
11621162

11631163
[mentions."compiler/rustc_macros/src/diagnostics"]
11641164
message = "`rustc_macros::diagnostics` was changed"
1165-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1165+
cc = ["@davidtwco", "@TaKO8Ki"]
11661166

11671167
[mentions."compiler/rustc_public"]
11681168
message = "This PR changes rustc_public"
@@ -1427,7 +1427,6 @@ compiler_leads = [
14271427
compiler = [
14281428
"@BoxyUwU",
14291429
"@chenyukang",
1430-
"@compiler-errors",
14311430
"@davidtwco",
14321431
"@eholk",
14331432
"@fee1-dead",
@@ -1486,13 +1485,11 @@ incremental = [
14861485
"@wesleywiser",
14871486
]
14881487
diagnostics = [
1489-
"@compiler-errors",
14901488
"@davidtwco",
14911489
"@oli-obk",
14921490
"@chenyukang",
14931491
]
14941492
parser = [
1495-
"@compiler-errors",
14961493
"@davidtwco",
14971494
"@nnethercote",
14981495
"@petrochenkov",
@@ -1518,7 +1515,6 @@ mir-opt = [
15181515
"@saethlin",
15191516
]
15201517
types = [
1521-
"@compiler-errors",
15221518
"@jackh726",
15231519
"@lcnr",
15241520
"@oli-obk",
@@ -1530,22 +1526,21 @@ borrowck = [
15301526
"@matthewjasper"
15311527
]
15321528
ast_lowering = [
1533-
"@compiler-errors",
15341529
"@spastorino",
15351530
]
15361531
debuginfo = [
15371532
"@davidtwco"
15381533
]
15391534
fallback = [
1540-
"@Mark-Simulacrum"
1535+
"@Mark-Simulacrum",
1536+
"@jieyouxu",
15411537
]
15421538
style-team = [
15431539
"@calebcartwright",
15441540
"@joshtriplett",
15451541
"@traviscross",
15461542
]
15471543
project-const-traits = [
1548-
"@compiler-errors",
15491544
"@fee1-dead",
15501545
"@fmease",
15511546
"@oli-obk",
@@ -1629,8 +1624,8 @@ dep-bumps = [
16291624
"/src/llvm-project" = ["@cuviper"]
16301625
"/src/rustdoc-json-types" = ["rustdoc"]
16311626
"/src/stage0" = ["bootstrap"]
1632-
"/tests/run-make" = ["@jieyouxu"]
1633-
"/tests/run-make-cargo" = ["@jieyouxu"]
1627+
"/tests/run-make" = ["compiler"]
1628+
"/tests/run-make-cargo" = ["compiler"]
16341629
"/tests/rustdoc" = ["rustdoc"]
16351630
"/tests/rustdoc-gui" = ["rustdoc"]
16361631
"/tests/rustdoc-js-std" = ["rustdoc"]
@@ -1639,7 +1634,7 @@ dep-bumps = [
16391634
"/tests/rustdoc-ui" = ["rustdoc"]
16401635
"/tests/ui" = ["compiler"]
16411636
"/src/tools/cargo" = ["@ehuss"]
1642-
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]
1637+
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@jieyouxu"]
16431638
"/src/tools/linkchecker" = ["@ehuss"]
16441639
"/src/tools/opt-dist" = ["@kobzol"]
16451640
"/src/tools/run-make-support" = ["@jieyouxu"]

0 commit comments

Comments
 (0)