-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Notifications when a job in GitHub Actions fails #32301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
take |
It seems as though we'd have to build in a step for each corresponding job in the workflow based on this StackOverflow post. @datapythonista would this be what you were thinking? |
After doing some research it seems like there could be a possibility in calling the GitHub API to pull a list of watchers on the repo and then notifying accordingly on a failure. Docs: https://developer.github.com/v3/activity/watching/#list-watchers Would this be something on the right lines that we're thinking for this? @datapythonista |
@jreback, do you want to receive a notification when a build from a merge to |
yeah it's worth it - it should be low volume we used to have travis emails a long time ago for this but only if easy |
Is this still open, I'd love to contribute! |
was there any progress? |
xref #32279
For what I see, when a build in the CI for a commit to master fails, only the user who triggered the action receives an alert (assuming the user has notifications enabled in their settings).
I think for Travis and pipelines, some people are receiving notifications for all the failures. Ideally we would like to be able to do the same for actions. I had a quick look, but not sure how this can be enabled. I checked in the settings, but no option seems to exist.
The text was updated successfully, but these errors were encountered: