Skip to content

Commit

Permalink
triagebot: autolabel A-translation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davidtwco committed Aug 15, 2022
1 parent a9e6167 commit ae02014
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit ae02014

Please sign in to comment.