Add windows group to triagebot

This commit is contained in:
Santiago Pastorino 2020-05-28 16:08:46 -03:00
parent 4512721156
commit 474b16b002
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -36,6 +36,16 @@ Thanks! <3
""" """
label = "ICEBreaker-Cleanup-Crew" 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] [prioritize]
label = "I-prioritize" label = "I-prioritize"
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"] prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]