diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-06-09 20:54:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 20:54:23 +0100 |
| commit | 7e643932a5e6a719efd366f34d7f71f8917adee5 (patch) | |
| tree | e84fc0fc82aa3cce3bf7593ff8851ed27902ae99 | |
| parent | 1fb48053416e96f5e19d439ff4cbcb83ca1ff6ad (diff) | |
| parent | d3b1367c43a80a6f9ffa11409e940037c9ce49a3 (diff) | |
| download | rust-7e643932a5e6a719efd366f34d7f71f8917adee5.tar.gz rust-7e643932a5e6a719efd366f34d7f71f8917adee5.zip | |
Rollup merge of #126190 - jieyouxu:run-make-triagebot, r=Nilstrieb,Kobzol
Autolabel run-make tests, remind to update tracking issue - Autolabel PRs modifying `tests/run-make/` and `src/tools/run-make-support/` with `A-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. r? `@Kobzol`
| -rw-r--r-- | triagebot.toml | 14 |
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"] |
