gitify
gitify copied to clipboard
Feature Request: Display who did the thing that caused the notification
what is shown:
"Updated X minutes ago"
what I'd like:
"Updated X minutes ago by <Author of the Pull Request>"
story: As a developer working with many teams on the same project, I currently get every notification for a repository. Currently I have to open every notification to see if it's something I need to pay attention to. It'd be nice if the gitify app showed me who made the change so I don't have to blow up my browser window with new tabs.
Unfortunately the GitHub REST API is pretty rough around the edges for Notifications - the result payload doesn't contain that information at present. I'm fairly certain the GraphQL version does, but i don't think 3rd party consumers can access it still.
i'll pick this up once https://github.com/gitify-app/gitify/pull/861 is merged