Skip to content

Commit

Permalink
Rollup merge of rust-lang#103313 - compiler-errors:no-test, r=jyn514
Browse files Browse the repository at this point in the history
Don't label `src/test` tests as `A-testsuite`

Nearly every PR modifies `src/test`; A-testsuite is meant to be for things affecting the test runners themselves.

cc rust-lang#103204 (comment)

r? `@jyn514`
  • Loading branch information
matthiaskrgr committed Oct 20, 2022
2 parents 1d97a58 + 47f816c commit 01111d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ trigger_files = [

[autolabel."A-testsuite"]
trigger_files = [
"src/test",
"src/ci",
"src/tools/compiletest",
"src/tools/cargotest",
Expand Down

0 comments on commit 01111d4

Please sign in to comment.