Skip to content

Commit

Permalink
Rollup merge of rust-lang#103204 - jyn514:autolabels, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add some more autolabels
  • Loading branch information
matthiaskrgr committed Oct 18, 2022
2 parents 4012538 + 10f982d commit e0c162f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ trigger_files = [
"x.ps1",
"src/bootstrap",
"src/tools/rust-installer",
"configure",
"Cargo.toml",
"Cargo.lock",
"config.toml.example",
"src/stage0.json"
]

[autolabel."T-infra"]
Expand Down Expand Up @@ -210,6 +215,38 @@ trigger_files = [
"compiler/rustc_macros/src/query.rs"
]

[autolabel."A-testsuite"]
trigger_files = [
"src/test",
"src/ci",
"src/tools/compiletest",
"src/tools/cargotest",
"src/tools/tidy",
"src/tools/remote-test-server",
"src/tools/remote-test-client",
"src/tools/tier-check"
]

[autolabel."A-meta"]
trigger_files = [
"triagebot.toml",
"rustfmt.toml",
"LICENSES",
"README.md",
"CONTRIBUTING.md",
".reuse",
".mailmap",
".git-blame-ignore-revs",
".editorconfig"
]

[autolabel."T-release"]
trigger_files = [
"RELEASES.md",
"src/stage0.json",
"src/version"
]

[notify-zulip."I-prioritize"]
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
topic = "#{number} {title}"
Expand Down

0 comments on commit e0c162f

Please sign in to comment.