about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-01-14 13:04:28 +0100
committerGitHub <noreply@github.com>2023-01-14 13:04:28 +0100
commit4173c7cc0f128d30269224351af2bc655905700f (patch)
tree4228def3b668261be93c3f176e32ab7deb4431da
parent81da2a19fa2adb8bb2828287c2cae1e9c7c51445 (diff)
parentdd96a44c7d69c60322161f19123bba9823e4ac8a (diff)
downloadrust-4173c7cc0f128d30269224351af2bc655905700f.tar.gz
rust-4173c7cc0f128d30269224351af2bc655905700f.zip
Rollup merge of #106848 - BoxyUwU:correct_triagebot_path, r=WaffleLapkin
Fix wrong path in triage bot autolabel for wg-trait-solver-refactor
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 914b52cf041..14bade6472f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -251,7 +251,7 @@ new_pr = true
 
 [autolabel."WG-trait-system-refactor"]
 trigger_files = [
-    "compiler/rustc_trait_selection/solve"
+    "compiler/rustc_trait_selection/src/solve"
 ]
 
 [notify-zulip."I-prioritize"]