diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-12 23:17:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 23:17:02 +0200 |
| commit | bdbc398e826c22d385aa3514d41b544d2f72b0fd (patch) | |
| tree | 393137e838ff79aa62edf1544d057f72a1c2d60c | |
| parent | e96304b73d7913ab4bc14358b0d3fee7586ab62a (diff) | |
| parent | a21238cc292ff134107e77a71c5e9ee419f6b42c (diff) | |
| download | rust-bdbc398e826c22d385aa3514d41b544d2f72b0fd.tar.gz rust-bdbc398e826c22d385aa3514d41b544d2f72b0fd.zip | |
Rollup merge of #95986 - yaahc:libs-autolabel, r=Mark-Simulacrum
Autolabel library PRs with T-libs Continuation of https://github.com/rust-lang/highfive/pull/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 :)
| -rw-r--r-- | triagebot.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index f6f1b918f06..a5724ddfb88 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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}" |
