rajivrnair / upsource-slack-api-adapter

Simple adapter to transform Upsource's webhook to Slack's format.
Do What The F*ck You Want To Public License
13 stars 12 forks source link

Slack nitty-gritty of reviews only to participants #5

Open rajivrnair opened 8 years ago

rajivrnair commented 8 years ago

I want to be able to slack review open/close messages to my main dev channel. However, I don't want to see all the comments or concerns of each review unless I'm involved.

For this change, slack everything except open/close messages only to the individuals involved.

grzegorznowak commented 7 years ago

hey @rajivrnair , that makes a lot of sense. We could extend the config.json with a mapping between slack and upsource users maybe. Then just use the data to post to each individuals' private slack when they are involved etc. Let me know what you think about it