slack icon indicating copy to clipboard operation
slack copied to clipboard

Subscribing only to pull requests not working

Open akselinurmio opened this issue 1 year ago • 3 comments

Describe the bug Running /github subscribe [repo] pulls causes the integration to subscribe to all default notifications.

To Reproduce Steps to reproduce the behavior:

  1. Go to a channel with GitHub integration but no existing subscriptions
  2. Write /github subscribe [repo-name] pulls
  3. 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 Screenshot_20220907-162231

akselinurmio avatar Sep 07 '22 13:09 akselinurmio

Experiencing the same type of behavior with releases.

pierceray avatar Sep 13 '22 19:09 pierceray

similar, I'm trying to subscribe both pulls and releases only image

MFAshby avatar Sep 14 '22 21:09 MFAshby

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

lucasgdev avatar Sep 22 '22 19:09 lucasgdev