about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-06-09 11:52:11 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-06-09 15:52:41 +0000
commitd3b1367c43a80a6f9ffa11409e940037c9ce49a3 (patch)
tree09c22f64fd036dcefada855ef7f52adaa579b60f
parent4f3a276ff1e4e873a739ec34a3ac9e2d365ca2b9 (diff)
downloadrust-d3b1367c43a80a6f9ffa11409e940037c9ce49a3.tar.gz
rust-d3b1367c43a80a6f9ffa11409e940037c9ce49a3.zip
Autolabel run-make tests, remind to update tracking issue
- Autolabel PRs modifying `tests/run-make/` and
  `src/tools/run-make-support/` with `X-run-make` label.
- Add reminder to update the tracking issue
  <https://github.com/rust-lang/rust/issues/121876>
  if applicable when `tests/run-make/` is modified by a PR.
-rw-r--r--triagebot.toml14
1 files changed, 13 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 55f63ef2567..3abff0f1c78 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -429,6 +429,12 @@ trigger_files = [
     "tests/ui/stack-protector"
 ]
 
+[autolabel."A-run-make"]
+trigger_files = [
+    "tests/run-make",
+    "src/tools/run-make-support"
+]
+
 [notify-zulip."I-prioritize"]
 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
 topic = "#{number} {title}"
@@ -684,7 +690,13 @@ message = "Some changes occurred in GUI tests."
 cc = ["@GuillaumeGomez"]
 
 [mentions."tests/run-make/"]
-message = "Some changes occurred in run-make tests."
+message = """
+This PR modifies `tests/run-make/`. If this PR is trying to port a Makefile
+run-make test to use rmake.rs, please update the
+[run-make port tracking issue](https://github.com/rust-lang/rust/issues/121876)
+so we can track our progress. You can either modify the tracking issue
+directly, or you can comment on the tracking issue and link this PR.
+"""
 cc = ["@jieyouxu"]
 
 [mentions."src/librustdoc/html/static/css/themes/ayu.css"]