We are starting to have a lot of jobs running as github Actions. We require some kind of notification system to notify us when the jobs fail.
This should be relatively easy to do. Ideally it involves going through either the repository dispatch jobs or the cron triggered jobs and adding steps that issue notifications.
There are a couple options for these notifications:
email based (easy, but manual config, manual subscribe)
integrate with a teams channel that anyone could subscribe to.
Should go through all the various other repos that have critical jobs associated with them also and add notifications there also
We are starting to have a lot of jobs running as github Actions. We require some kind of notification system to notify us when the jobs fail.
This should be relatively easy to do. Ideally it involves going through either the repository dispatch jobs or the cron triggered jobs and adding steps that issue notifications.
There are a couple options for these notifications:
Should go through all the various other repos that have critical jobs associated with them also and add notifications there also