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.
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
orerror
states. If the user fixes the commit, then auto deployment will continue.Previously, it would just fail silently, which was annoying.