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 <david.wood@huawei.com>
This commit is contained in:
parent
a9e61677fc
commit
ae02014b2e
@ -178,6 +178,13 @@ trigger_files = [
|
||||
"src/tools/bump-stage0",
|
||||
]
|
||||
|
||||
[autolabel."A-translation"]
|
||||
trigger_files = [
|
||||
"compiler/rustc_error_messages",
|
||||
"compiler/rustc_errors/src/translation.rs",
|
||||
"compiler/rustc_macros/src/diagnostics"
|
||||
]
|
||||
|
||||
[notify-zulip."I-prioritize"]
|
||||
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
||||
topic = "#{number} {title}"
|
||||
|
Loading…
Reference in New Issue
Block a user