Integrating GitHub with Slack
Repo channel
Create a channel named after the repository, e.g.
#inyourface
In that channel, subscribe to it:
Unsubscribe from default events that you don't want to hear about:
Subscribe to non-default events that you do want to hear about:
The most important thing is to be subscribed to issues
, since we configure Rollbar to create GitHub Issues rather than email us.
You can see all of the available events in the official docs.
Group code review channel
If this repository is something that you will want code review on,
In the
#review-requests
channel, subscribe to it:
Subscribe to all code-review related events:
Unsubscribe from all non-code-review related events:
To keep from being double-notified, unsubscribe from reviews
and comments
in the original channel, #inyourface
.
Last updated