X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=triagebot.toml;h=e161adcd6e0244e002ee2acd7dac15e4a0023c42;hb=f671bc969f4bd07490eb30cf230883169924d7a8;hp=f6f1b918f061f30a107e5c1ae71ea556f852d7c4;hpb=bba2a64d0c5ba20c4153676a09381b8703c197ba;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index f6f1b918f06..e161adcd6e0 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -80,6 +80,13 @@ resolved/implemented on Fuchsia. Could one of you weigh in? """ label = "O-fuchsia" +[ping.macos] +message = """\ +Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one +of you weigh in? Thanks <3 +""" +label = "O-macos" + [prioritize] label = "I-prioritize" @@ -136,6 +143,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}"