Skip to content

Instantly share code, notes, and snippets.

@bskim45
Last active February 28, 2026 14:49
Show Gist options
  • Select an option

  • Save bskim45/72f1b19e8af1406116f136b3caa5e037 to your computer and use it in GitHub Desktop.

Select an option

Save bskim45/72f1b19e8af1406116f136b3caa5e037 to your computer and use it in GitHub Desktop.
Subscribe to the Github repository on Slack

Customizing notifications for GitHub in Slack

Doc: https://docs.github.com/en/integrations/how-tos/slack/customize-notifications

Feature Toggles

Notifications enabled by default:

  • issues
  • pulls
  • commits
  • releases
  • deployments

Notifications disabled by default:

  • branches
  • comments
  • discussions
  • reviews
  • workflows

Subscribe

/github subscribe owner/repo [feature]

# example
/github subscribe owner/repo issues,pulls,commits,releases,deployments,reviews,workflows

Unsubscribe

/github unsubscribe owner/repo [feature]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment