-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build notifications on slack #100
Comments
From a quick search I found this action for it. The steps for which seem a little verbose, but it's a start, and there's probably other options out there: |
How would this be better than the ticks we get for successful CI on push/merge? Because we could have a dedicated slack channel = easier to track (without other messages pushing the checks out of view)? Or this would be a regular check (say, hourly)? |
Notes on the action: A Slack bot token is required to use this action, and the associated app must be granted permission to post in the channel, private group or DM you specify. |
It'd be great to track build statuses on #github-dev-activity, specially since we need act quickly on smoke test failures (either reverting the failing commit or submitting a fix)
The text was updated successfully, but these errors were encountered: