You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our main channel is currently subscribed to all slack alerts for all current and future repos under the same organization like so:
/slack subscribe our-org-name
This has worked great, but now we need to create a separate channel for one of the repos and move just the alerts for that repo into this new channel. Doing something like this in the main channel doesn't work:
/slack unsubscribe our-org-name/repo1
because of this error:
You're not currently subscribed to our-org-name/repo1
Use /github subscribe our-org-name/repo1 to subscribe.
Is subscribe to all but then provide exclusions case completely unsupported or is there a solution? Do we really need to unsubscribe from the our-org-name alerts and subscribe to every individual repo manually?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Our main channel is currently subscribed to all slack alerts for all current and future repos under the same organization like so:
This has worked great, but now we need to create a separate channel for one of the repos and move just the alerts for that repo into this new channel. Doing something like this in the main channel doesn't work:
because of this error:
Is subscribe to all but then provide exclusions case completely unsupported or is there a solution? Do we really need to unsubscribe from the our-org-name alerts and subscribe to every individual repo manually?
Beta Was this translation helpful? Give feedback.
All reactions