Skip to content

Commit

Permalink
Rollup merge of #95986 - yaahc:libs-autolabel, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Autolabel library PRs with T-libs

Continuation of rust-lang/highfive#389

We're trying to improve the libs team review structure and part of that is defaulting PRs to the T-libs team to act as a mini-triage team for all the libs teams / project groups. Highfive doesn't do issue tagging so we will rely on triagebot to pre-triage for t-libs to post-triage :)
  • Loading branch information
Dylan-DPC committed Apr 12, 2022
2 parents e96304b + a21238c commit bdbc398
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,21 @@ exclude_labels = [
"T-*",
]

[autolabel."T-libs"]
trigger_files = [
"library/alloc",
"library/core",
"library/panic_abort",
"library/panic_unwind",
"library/std",
"library/stdarch",
"library/term",
"library/test",
]
exclude_labels = [
"T-*",
]

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

0 comments on commit bdbc398

Please sign in to comment.