Skip to content

Commit

Permalink
Unrolled build for rust-lang#135194
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135194 - jieyouxu:update-tidy-label, r=onur-ozkan

triagebot: mark tidy changes with a more specific `A-tidy` label

r? `@onur-ozkan`
  • Loading branch information
rust-timer authored Jan 9, 2025
2 parents a580b5c + 7b801a8 commit aff4cd5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,20 @@ trigger_files = [

[autolabel."A-testsuite"]
trigger_files = [
"src/bootstrap/src/core/build_steps/test.rs",
"src/ci",
"src/tools/compiletest",
"src/tools/cargotest",
"src/tools/tidy",
"src/tools/compiletest",
"src/tools/miropt-test-tools",
"src/tools/remote-test-server",
"src/tools/remote-test-client",
"src/tools/tier-check"
"src/tools/rustdoc-gui-test",
"src/tools/suggest-tests",
]

[autolabel."A-tidy"]
trigger_files = [
"src/tools/tidy",
]

[autolabel."A-meta"]
Expand Down

0 comments on commit aff4cd5

Please sign in to comment.