From 474b16b00220da77cb811c646de0f05c8b9d80f8 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 28 May 2020 16:08:46 -0300 Subject: [PATCH 1/3] 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"] From e0ec3d5dc6714007725089a3c86e245ebeffe08e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 9 Jun 2020 18:01:58 -0400 Subject: [PATCH 2/3] fix URLs, include ARM --- triagebot.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 3a52cda81c966..ccd34e8afd614 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -20,7 +20,7 @@ Hey LLVM ICE-breakers! This bug has been identified as a good [instructions] for tackling these sorts of bugs. Maybe take a look? Thanks! <3 -[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html """ label = "ICEBreaker-LLVM" @@ -32,7 +32,7 @@ Hey Cleanup Crew ICE-breakers! This bug has been identified as a good [instructions] for tackling these sorts of bugs. Maybe take a look? Thanks! <3 -[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html """ label = "ICEBreaker-Cleanup-Crew" @@ -46,6 +46,16 @@ Thanks! <3 """ label = "O-windows" +[ping.arm] +message = """\ +Hey ARM Group! This bug has been identified as a good "ARM 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/arm.html +""" +label = "O-ARM" + [prioritize] label = "I-prioritize" prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"] From a01485c0da225f1565ff5ef3e12964b629269cea Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 9 Jun 2020 21:19:26 -0300 Subject: [PATCH 3/3] Fix rustc-dev-guide url --- triagebot.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index ccd34e8afd614..0895bafb4d112 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -42,7 +42,7 @@ 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 +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html """ label = "O-windows" @@ -52,7 +52,7 @@ Hey ARM Group! This bug has been identified as a good "ARM 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/arm.html +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html """ label = "O-ARM"