slack
slack copied to clipboard
Subscribing only to pull requests not working
Describe the bug
Running /github subscribe [repo] pulls causes the integration to subscribe to all default notifications.
To Reproduce Steps to reproduce the behavior:
- Go to a channel with GitHub integration but no existing subscriptions
- Write
/github subscribe [repo-name] pulls - See how the integration subscribed to all default notifications: ":white_check_mark: Subscribed to [repo-name]. This channel will receive notifications for
issues,pulls,commits,releases,deployments"
Expected behavior Specifying the notification type after the repo name should subscribe only to the requested notification type.
Screenshots

Experiencing the same type of behavior with releases.
similar, I'm trying to subscribe both pulls and releases only

Same here, I solved that by subscribing and after unsubscribing from the other items.
/github subscribe owner/repo pulls
/github unsubscribe owner/repo issues commits releases deployments
Similar to https://github.com/integrations/slack/issues/1024