Skip to content

Commit 1e12deb

Browse files
authored
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 229d0a9 commit 1e12deb

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
@@ -91,6 +91,15 @@ exclude_labels = [
9191
"requires-nightly",
9292
]
9393

94+
[autolabel."T-compiler"]
95+
trigger_files = [
96+
# Source code
97+
"compiler",
98+
99+
# Tests
100+
"src/test/ui",
101+
]
102+
94103
[notify-zulip."I-prioritize"]
95104
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
96105
topic = "#{number} {title}"

0 commit comments

Comments
 (0)