guides-cms icon indicating copy to clipboard operation
guides-cms copied to clipboard

Slack integrations

Open durden opened this issue 9 years ago • 2 comments

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

durden avatar Jun 22 '16 17:06 durden

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.

durden avatar Jun 23 '16 08:06 durden