Skip to content

Commit 75661c5

Browse files
committed
Tag src/build_helper with T-bootstrap
1 parent 1569414 commit 75661c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

triagebot.toml

+7-6
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,22 @@ trigger_files = [
367367

368368
[autolabel."T-bootstrap"]
369369
trigger_files = [
370-
"x.py",
371-
"x",
372-
"x.ps1",
370+
"Cargo.toml",
371+
"configure",
372+
"config.example.toml",
373373
"src/bootstrap",
374+
"src/build_helper",
374375
"src/tools/rust-installer",
375376
"src/tools/x",
376-
"configure",
377-
"Cargo.toml",
378-
"config.example.toml",
379377
"src/stage0",
380378
"src/tools/compiletest",
381379
"src/tools/tidy",
382380
"src/tools/rustdoc-gui-test",
383381
"src/tools/libcxx-version",
384382
"src/tools/rustc-perf-wrapper",
383+
"x.py",
384+
"x",
385+
"x.ps1"
385386
]
386387

387388
[autolabel."T-infra"]

0 commit comments

Comments
 (0)