rustbot: Add autolabeling for T-compiler
This commit adds autolabeling for the `T-compiler` label, for PRs that modify rustc's source code or tests (currently only `src/test/ui`). This is possible now that rust-lang/triagebot#1321 has landed.
This commit is contained in:
parent
753e569c9c
commit
1f65adfabf
@ -114,6 +114,15 @@ trigger_files = [
|
||||
"src/tools/rustdoc-themes",
|
||||
]
|
||||
|
||||
[autolabel."T-compiler"]
|
||||
trigger_files = [
|
||||
# Source code
|
||||
"compiler",
|
||||
|
||||
# Tests
|
||||
"src/test/ui",
|
||||
]
|
||||
|
||||
[notify-zulip."I-prioritize"]
|
||||
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
||||
topic = "#{number} {title}"
|
||||
|
Loading…
Reference in New Issue
Block a user