Skip to content

Commit

Permalink
Add windows group to triagebot
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed May 28, 2020
1 parent 4512721 commit 474b16b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions triagebot.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit 474b16b

Please sign in to comment.