How can I stop GitHub from spamming me email notifications about a failed CI job, without stopping all other email notifications?
I own a repo on GitHub that has frequent builds that fail. It's filling my inbox and causing me to miss other actually important notifications.
I still want to receive notifications when:
- Someone opens an issue
- Someone opens a PR
- Someone tags me
- Literally every other way that it notifies me now, except when a GitHub Actions build fails
How can I update my GitHub notification settings to suppress only CI build failure notifications?