Skip to content

Commit 7d98394

Browse files
authored
Unrolled build for rust-lang#126190
Rollup merge of rust-lang#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 <rust-lang#121876> if applicable when `tests/run-make/` is modified by a PR. r? `@Kobzol`
2 parents 503dfcf + d3b1367 commit 7d98394

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

triagebot.toml

+13-1
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,12 @@ trigger_files = [
429429
"tests/ui/stack-protector"
430430
]
431431

432+
[autolabel."A-run-make"]
433+
trigger_files = [
434+
"tests/run-make",
435+
"src/tools/run-make-support"
436+
]
437+
432438
[notify-zulip."I-prioritize"]
433439
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
434440
topic = "#{number} {title}"
@@ -684,7 +690,13 @@ message = "Some changes occurred in GUI tests."
684690
cc = ["@GuillaumeGomez"]
685691

686692
[mentions."tests/run-make/"]
687-
message = "Some changes occurred in run-make tests."
693+
message = """
694+
This PR modifies `tests/run-make/`. If this PR is trying to port a Makefile
695+
run-make test to use rmake.rs, please update the
696+
[run-make port tracking issue](https://github.com/rust-lang/rust/issues/121876)
697+
so we can track our progress. You can either modify the tracking issue
698+
directly, or you can comment on the tracking issue and link this PR.
699+
"""
688700
cc = ["@jieyouxu"]
689701

690702
[mentions."src/librustdoc/html/static/css/themes/ayu.css"]

0 commit comments

Comments
 (0)