Skip to content

Commit

Permalink
Rollup merge of #99132 - jyn514:autolabel, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add some autolabels for A-bootstrap and T-infra
  • Loading branch information
GuillaumeGomez authored Jul 13, 2022
2 parents 8a48557 + bfb3afe commit 876d599
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@ exclude_labels = [
"T-*",
]

[autolabel."A-bootstrap"]
trigger_files = [
"x.py",
"src/bootstrap",
"src/tools/rust-installer",
]

[autolabel."T-infra"]
trigger_files = [
"src/ci",
"src/tools/bump-stage0",
]

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

0 comments on commit 876d599

Please sign in to comment.