Please make it possible to subscribe to failed workflows on the default branch independent of the triggering user #55379
Unanswered
peterjuras
asked this question in
Actions
Replies: 2 comments 3 replies
|
I completely agree, this would be such a valuable feature. We currently have to use either a I propose the following changes:
|
2 replies
|
It might help if anyone can tag relevant people in the github action team. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Hi,
Currently it's only possible to receive failed notifications of GitHub actions workflows if I trigger them (be it via push or a scheduled workflow that I created updated).
I'd like to see all failed workflows (at least for default branches) in my GitHub notifications, regardless of who broke the build. We have a lot of automatic merges from bots (dependabot, renovate, etc.) and these will be missed without these notifications.
As a workaround, it is possible to add a step that sends an email, but this is cumbersome to do for all repositories and is not the same as seeing it within the GitHub notifications section.
Please consider adding this functionailty.
Thanks,
Peter
All reactions