I want to filter @github email notifications based on two things: 1. whether it's an issue I've interacted with or I'm getting the email just because I'm subscribed to notifications for the repository 2. what repository it is.
2
1
5
the sidebar of the web UI does this fwiw
1
BUT i'm pretty sure you can do this via email as well, just not in gmail. `X-GitHub-Reason:` is the header for why you got pinged (mention vs subscribed vs whatever). For mentions `Mention <mention@noreply.github.com>` will also be in the `To:`
2
1
Replying to @ManishEarth @github
I'm already doing my filtering based on X-GitHub-Reason. My problem is that "push" is an X-GitHub-Reason when it's really the type of notification, not the reason you're getting it. So I can't distinguish the reason I'm getting the notification when it's about pushes.

Mar 26, 2020 · 1:08 AM UTC

1