From 474b16b00220da77cb811c646de0f05c8b9d80f8 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 28 May 2020 16:08:46 -0300 Subject: [PATCH] Add windows group to triagebot --- triagebot.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index e43cff5538659..3a52cda81c966 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -36,6 +36,16 @@ Thanks! <3 """ label = "ICEBreaker-Cleanup-Crew" +[ping.windows] +message = """\ +Hey Windows Group! This bug has been identified as a good "Windows candidate". +In case it's useful, here are some [instructions] for tackling these sorts of +bugs. Maybe take a look? +Thanks! <3 +[instructions]: https://rust-lang.github.io/rustc-guide/notification-groups/windows.html +""" +label = "O-windows" + [prioritize] label = "I-prioritize" prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]