You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: