integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
3.07k stars 481 forks source link

Subscribe to one feature feature result in all features subscription #1013

Open jmleroux opened 4 years ago

jmleroux commented 4 years ago

Hello,

I'm trying to subscribe to issues only on our repository, but the command /github subscribe akeneo/pim-community-dev issues does not work as expected because I keep receiving all events.

Here are the different commands i tried and their results:

Capture du 2020-04-14 16-17-18

The only way to have only issues is to subscribe to all and then remove the unwanted features.

Did I miss something in the command syntax?

Regards, JM

welcome[bot] commented 4 years ago

Thanks for opening this issue! If you would like to help implement an improvement, read more about contributing and consider submitting a pull request.

nitrocode commented 4 years ago

This would reduce a lot of chatty bot messages.

At the moment, we run the following to only subscribe to pulls and public

/github subscribe xyz/xyz
/github unsubscribe xyz/xyz commits,issues,deployments,statuses,releases

What we'd really like is to subscribe only to pulls,public by default or by using

/github subscribe xyz/xyz pulls,public
stale[bot] commented 2 years ago

Is this still relevant? If so, just comment with any updates and we'll leave it open. Otherwise, if there is no further activity, it will be closed.

tobias-zeptio commented 2 years ago

Just tested this again, and it's still relevant