Skip to content

Commit

Permalink
Auto merge of #9802 - joshtriplett:triagebot-windows, r=alexcrichton
Browse files Browse the repository at this point in the history
Support using rustbot to ping the Windows group
  • Loading branch information
bors committed Aug 17, 2021
2 parents d837917 + 83c87e7 commit e96bdb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
[assign]

[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://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
"""
label = "O-windows"

0 comments on commit e96bdb0

Please sign in to comment.