Skip to content

Commit

Permalink
Rollup merge of #91819 - rust-lang:compiler-autolabel, r=jackh726
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matthiaskrgr authored Dec 12, 2021
2 parents 87cda67 + 1f65adf commit 3b79d4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ trigger_files = [
"src/tools/rustdoc-themes",
]

[autolabel."T-compiler"]
trigger_files = [
# Source code
"compiler",

# Tests
"src/test/ui",
]

[notify-zulip."I-prioritize"]
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
topic = "#{number} {title}"
Expand Down

0 comments on commit 3b79d4f

Please sign in to comment.