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
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
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


