about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-11-05 09:13:28 +0100
committerRalf Jung <post@ralfj.de>2024-11-05 09:13:28 +0100
commitb81e919f6578e7499014d4c855941cb4825dabd7 (patch)
treee8af7a00bc131b88034c8b0daa335e43e07b6471
parent96477c55bcfa7121470ed225f602c1c639aeaa18 (diff)
downloadrust-b81e919f6578e7499014d4c855941cb4825dabd7.tar.gz
rust-b81e919f6578e7499014d4c855941cb4825dabd7.zip
triagebot: ping wg-const-eval when relevant files change
-rw-r--r--triagebot.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 7f4def6a11b..45b580787d1 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -611,6 +611,10 @@ cc = ["@bjorn3"]
 [mentions."compiler/rustc_codegen_gcc"]
 cc = ["@antoyo", "@GuillaumeGomez"]
 
+[mentions."compiler/rustc_const_eval/src/"]
+message = "Some changes occurred to the CTFE machinery"
+cc = ["@rust-lang/wg-const-eval"]
+
 [mentions."compiler/rustc_const_eval/src/interpret"]
 message = "Some changes occurred to the CTFE / Miri interpreter"
 cc = ["@rust-lang/miri"]
@@ -633,7 +637,7 @@ cc = ["@compiler-errors", "@lcnr"]
 
 [mentions."compiler/rustc_middle/src/mir/interpret"]
 message = "Some changes occurred to the CTFE / Miri interpreter"
-cc = ["@rust-lang/miri"]
+cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
 
 [mentions."compiler/rustc_mir_transform/src/"]
 message = "Some changes occurred to MIR optimizations"
@@ -706,7 +710,7 @@ message = """
 Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
 gets adapted for the changes, if necessary.
 """
-cc = ["@rust-lang/miri"]
+cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
 
 [mentions."library/portable-simd"]
 message = """