Skip to content

Commit e96bdb0

Browse files
committed
Auto merge of #9802 - joshtriplett:triagebot-windows, r=alexcrichton
Support using rustbot to ping the Windows group
2 parents d837917 + 83c87e7 commit e96bdb0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

triagebot.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
[assign]
2+
3+
[ping.windows]
4+
message = """\
5+
Hey Windows Group! This bug has been identified as a good "Windows candidate".
6+
In case it's useful, here are some [instructions] for tackling these sorts of
7+
bugs. Maybe take a look?
8+
Thanks! <3
9+
10+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
11+
"""
12+
label = "O-windows"

0 commit comments

Comments
 (0)