Skip to content

Commit

Permalink
Autotag library PRs with T-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Apr 12, 2022
1 parent 327caac commit a21238c
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 a21238c

Please sign in to comment.