We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/build_helper
T-bootstrap
1 parent 1569414 commit 75661c5Copy full SHA for 75661c5
triagebot.toml
@@ -367,21 +367,22 @@ trigger_files = [
367
368
[autolabel."T-bootstrap"]
369
trigger_files = [
370
- "x.py",
371
- "x",
372
- "x.ps1",
+ "Cargo.toml",
+ "configure",
+ "config.example.toml",
373
"src/bootstrap",
374
+ "src/build_helper",
375
"src/tools/rust-installer",
376
"src/tools/x",
- "configure",
377
- "Cargo.toml",
378
- "config.example.toml",
379
"src/stage0",
380
"src/tools/compiletest",
381
"src/tools/tidy",
382
"src/tools/rustdoc-gui-test",
383
"src/tools/libcxx-version",
384
"src/tools/rustc-perf-wrapper",
+ "x.py",
+ "x",
385
+ "x.ps1"
386
]
387
388
[autolabel."T-infra"]
0 commit comments