Open
Description
Description
For certain github action jobs, we'll want to be notified in slack about a failure. This mostly applies to "post-merge" actions, and other things that get run on the main branch after a PR has been closed.
Additional context
The action should be defined in our .github
repo so that it is easily reused in all of the others on an opt-in basis. It will be configured to run if:
- The ref is
ref/heads/main
(assuming this is the development branch to which we merge PRs) - Any of the
steps
in the job fail
Messages are sent to a slack webhook that is internally configured.