Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autolabel run-make tests, remind to update tracking issue #126190

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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"]
Expand Down
Loading