"Someone replied to your comment thread" feature
If someone comments on code in a PR, it starts a discussion. If someone else replies in the discussion, the person that started the discussion could get a DM notification for it, in case the person did not mention the OP.
I could see PR conversations where this feature could be to spammy. Could a separate setting via the slash command to disable it help?
@hanzei has someone already worked on this? if not, then I would like to pick this up. Please let me know which packages to look into as well as how to set up testing environment. Thank you!
It's all yours @sasha27 :+1:
You can find more information about how to develop on this plugin here. Once you deployed the plugin to your local Mattermost server, you need to follow the install steps. All go plugin code is in https://github.com/mattermost/mattermost-plugin-github/tree/master/server/plugin.
Let me know if you have any questions.