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:
Noah Lev 2021-12-11 18:03:52 -08:00
parent 753e569c9c
commit 1f65adfabf

View file

@ -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}"