guides-cms
guides-cms copied to clipboard
Slack integrations
It would be cool to have some integration with slack. Just a few random ideas:
- Bot to praise a user in our slack community when a pull request is merged
- Post in slack channel each time a new guide is moved to in-review or published
This should be easy using GitHub webhooks Haven't done anything with bot's, but the Bitbucket one just uses an API token and lets you set your own triggers
Good idea. We're already using github web hooks for several things including cache invalidation. So, it shouldn't be too hard to use the existing push_event endpoint to handle something like this.