remind101 / slashdeploy

GitHub Deployments for Slack
https://slashdeploy.io
BSD 2-Clause "Simplified" License
153 stars 20 forks source link

DM user if a commit status context causes their auto deployment to fail #86

Closed ejholmes closed 7 years ago

ejholmes commented 7 years ago

If the environment is configured to require certain commit status contexts to pass (e.g. ci/circleci and container/docker), this will DM the user if one of those enter into a failure or error states. If the user fixes the commit, then auto deployment will continue.

Previously, it would just fail silently, which was annoying.

ejholmes commented 7 years ago

Already pushed this out so gonna go ahead and merge.