integrations / slack

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

Subscribing to Discussion Categories causes Slack Channel to Subscribe to all GitHub Repo Events #1656

Closed Dylan-Rinker closed 1 year ago

Dylan-Rinker commented 1 year ago

Describe the bug Subscribing to a Slack channel to Discussion categories causes the Slack channel to subscribe to every event in that GitHub Repository including issues, pulls, commits, releases, and deployments.

To Reproduce

  1. Subscribe a Slack channel to a few discussion categories.
  2. Watch the Slack channel subscribe to all the events listed above.

Example from Slack: dylan-rinker /github subscribe github/test-repo discussions:{category:“Actions”,“Copilot”}

GitHub APP ✅ Subscribed to [github/test-repo] This channel will receive notifications for issues, pulls, commits, releases, deployments, discussions:'{"category":["Actions","Copilot"]}'

Expected behavior When I choose to subscribe to some categories in Discussions, the Slack channel should ONLY subscribe to those Discussion categories and not every other event in the GitHub repo.

Dylan-Rinker commented 1 year ago

Closing this out as a duplicate issue that is not unique to discussions, as seen here.