▲ | 147 5 days ago | |
I'm working on a GitHub + Slack bot to let organizations customize and get notifications on Slack from GitHub. I've tried using the official GitHub Slack integration (https://github.com/integrations/slack) but found it limiting and unmaintained by GitHub. For example, at the companies I've worked at, we want to get notifications sent to a specific channel when there are deploys to the "production" environment on GitHub. The official integration doesn't let you filter events by environment, so it's all or nothing. Your Slack channel for production releases will be filled with staging and qa notifications. I designed it so users can filter on essentially any field of any event - deployment environment, branch patterns, file paths, PR labels, commit authors, etc. It's at chivesbot.com as a hosted service, however, the signups are disabled right now as I'm working on some core features, but here are a couple of screenshots of the filter creation: https://imgur.com/a/pSiolWu I'm looking for early beta users and feedback, so if this problem resonates with you, my email can be found in my profile. |