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
As for filtering by repo, there's a List-ID header set. I'm not sure if this can be filtered on in Gmail
2
Replying to @ManishEarth @github
Yeah, I'm already filtering based on both List-ID and X-GitHub-Reason -- it's just that it doesn't do what I want because "push" is a broken X-GitHub-Reason.

Mar 26, 2020 · 1:10 AM UTC

1
1