The issue has been closed
Currently the notifications view shows notifications for every issue/PR that you are subscribed to, with no visual feedback about mentions to you. There is a "Participating" tab, but that's a click away and easy to miss.
It would be really nice to have a visual indicator of the importance of the notification. In my mind they would have this order of importance:
- Issues/PRs that I opened.
- Issues/PRs where I was mentioned in the conversation or marked as a reviewer.
- Issues/PRs that I explicitly subscribed to.
- Issues/PRs that I implicitly subscribed to (i.e. because I subscribe to the organization or the project).
Not really sure if all this is doable with github's API, though.
Just to give an example, it would convey the information as I show here (but probably with a nicer design):


It's possible but I don't think it's useful to show such info for all notifications.
posted by fregante over 5 years ago
Those 4 level I mention are just an idea. What I think is useful is to have some sort of visual indication of how important the notification is.
And if that's configurable it would be even better (for instance the ability to configure a color for each type of notification reason).
posted by orium over 5 years ago
There is an online tool available that filters the notifications in different reasons:
- comment
- author
- state change
- assign
- subscribed
- team mention
- security alert
Octobox
posted by jerone over 5 years ago
I wish GitHub auto-sorted notifications based on importance. "Importance" being calculated based on what I usually prioritize and other hints, using machine learning. One can dream though.
posted by sindresorhus over 5 years ago
I wish GitHub auto-sorted notifications based on importance
You mean like Facebook prioritizes your feed? I don't think developers would welcome that much.
posted by fregante over 5 years ago
The available information is incomplete and not particularly useful. Each notification could hide multiple comments and actions, but GitHub will only choose one of them. We can’t trust that it will choose the one you’re looking for so we shouldn’t show this info.
posted by fregante over 5 years ago
posted by fregante over 5 years ago 
Necro!
I feel like the current situation is inadequate, as this is filtering (without not
statements¹), not highlighting.
¹ With not statements you could have a few tabs/buttons/bookmarks for gh notifications. For example, 1 for mentions, 1 for repos you own, 1 for everything else. The 'everything else' is the notable part here, no not
statements.
posted by jtagcat almost 4 years ago