mattermost-plugin-github icon indicating copy to clipboard operation
mattermost-plugin-github copied to clipboard

"Someone replied to your comment thread" feature

Open mickmister opened this issue 5 years ago • 5 comments

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.

mickmister avatar Jul 15 '20 00:07 mickmister

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 avatar Jul 20 '20 13:07 hanzei

@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!

sasha27 avatar Oct 07 '20 08:10 sasha27

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.

hanzei avatar Oct 07 '20 11:10 hanzei