Skip to content

Commit 984ef2c

Browse files
authored
Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxu
triagebot: label minicore changes w/ `A-test-infra-minicore` and ping jieyouxu on changes Just routine triagebot labelling/mentioning changes. r? ```@ghost```
2 parents a90f31e + f0399b8 commit 984ef2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,11 @@ trigger_files = [
585585
"src/tools/compiletest"
586586
]
587587

588+
[autolabel."A-test-infra-minicore"]
589+
trigger_files = [
590+
"tests/auxiliary/minicore.rs",
591+
]
592+
588593
[autolabel."A-rustc-dev-guide"]
589594
trigger_files = [
590595
"src/doc/rustc-dev-guide",
@@ -869,6 +874,10 @@ cc = ["@GuillaumeGomez"]
869874
message = "This PR modifies `run-make` tests."
870875
cc = ["@jieyouxu"]
871876

877+
[mentions."tests/auxiliary/minicore.rs"]
878+
message = "This PR modifies `tests/auxiliary/minicore.rs`."
879+
cc = ["@jieyouxu"]
880+
872881
[mentions."src/rustdoc-json-types"]
873882
message = """
874883
rustdoc-json-types is a **public** (although nightly-only) API. \

0 commit comments

Comments
 (0)