mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
Add some more autolabels
This commit is contained in:
commit
e0c162ff02
@ -183,6 +183,11 @@ trigger_files = [
|
|||||||
"x.ps1",
|
"x.ps1",
|
||||||
"src/bootstrap",
|
"src/bootstrap",
|
||||||
"src/tools/rust-installer",
|
"src/tools/rust-installer",
|
||||||
|
"configure",
|
||||||
|
"Cargo.toml",
|
||||||
|
"Cargo.lock",
|
||||||
|
"config.toml.example",
|
||||||
|
"src/stage0.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
[autolabel."T-infra"]
|
[autolabel."T-infra"]
|
||||||
@ -210,6 +215,38 @@ trigger_files = [
|
|||||||
"compiler/rustc_macros/src/query.rs"
|
"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"]
|
[notify-zulip."I-prioritize"]
|
||||||
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
||||||
topic = "#{number} {title}"
|
topic = "#{number} {title}"
|
||||||
|
Loading…
Reference in New Issue
Block a user