Skip to content

Commit ae02014

Browse files
committed
triagebot: autolabel A-translation
Instruct triagebot to autolabel pull requests that modify the translation sources with the `A-translation` label. Signed-off-by: David Wood <[email protected]>
1 parent a9e6167 commit ae02014

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

+7
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ trigger_files = [
178178
"src/tools/bump-stage0",
179179
]
180180

181+
[autolabel."A-translation"]
182+
trigger_files = [
183+
"compiler/rustc_error_messages",
184+
"compiler/rustc_errors/src/translation.rs",
185+
"compiler/rustc_macros/src/diagnostics"
186+
]
187+
181188
[notify-zulip."I-prioritize"]
182189
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
183190
topic = "#{number} {title}"

0 commit comments

Comments
 (0)