Skip to content

Commit

Permalink
Rollup merge of rust-lang#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
Dylan-DPC authored Jul 13, 2022
2 parents 5852463 + bfb3afe commit f8b6482
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 f8b6482

Please sign in to comment.