Skip to content

Commit 1f65adf

Browse files
committed
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.
1 parent 753e569 commit 1f65adf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ trigger_files = [
114114
"src/tools/rustdoc-themes",
115115
]
116116

117+
[autolabel."T-compiler"]
118+
trigger_files = [
119+
# Source code
120+
"compiler",
121+
122+
# Tests
123+
"src/test/ui",
124+
]
125+
117126
[notify-zulip."I-prioritize"]
118127
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
119128
topic = "#{number} {title}"

0 commit comments

Comments
 (0)