8

The Github App on Slack let's you subscribe to notifications for a repository using the /github subscribe organization/repository command. I want to know how to undo this, or how do I unsubscribe from the org/repo.

silentPlanet
  • 341
  • 2
  • 9

1 Answers1

19

documentation

The /github slash command also supports unsubscribe. To unsubscribe to notifications from a repository, use /github unsubscribe <organization>/<repository>

Hadock
  • 796
  • 1
  • 12
  • 28