Description
We've agreed on Zulip that is going to be great if we can have a way of pinging WG members (which are not part of rust-lang github org) using triagebot.
People is already able to sign up by themselves to WGs, just by sending a PR to the team repo on github. We would stick with that idea and encourage people to do so.
This issue is about being able to reach them out. We want a command like @rustbot icebreaker llvm
that would add a github comment reaching out all the members of that working group with a text that looks like ...
Hey LLVM icebreakers! This bug has been identified as a good
"LLVM ice-breaking candidate". In case it's useful, here are some
[general instructions](link) for tackling these sorts of bugs. Maybe take a look?
cc @foo @bar @baz ...
Where, the first part of that text is a predefined text that's specific to the working group. Every working group has a very similar text but it's not exactly the same. Specifically the link to instructions is going to be different.
And then, in the cc part, the bot figures out the list of members it needs to mention.