gitify
gitify copied to clipboard
Feature Request: Filter out notifications for closed PRs
I often get asked to be a reviewer on PRs which are then reviewed by others and merged. We tend to ask everyone in our team and review on a first come first serve. It'd be nice to autoclose notifications which have already been merged.
The https://github.com/octobox/octobox project gets a lot of requests for the same thing. The issue is that the GitHub api doesn't include PR status so it requires loading the PR and scraping it to determine if it's already been merged. They technically support it, but only when you host it yourself, because they don't want to (can't afford to?) host all of the http traffic necessary to stay on top of every notification that goes through the system.
Maybe there can be a button to "mark as read" for all close & merged issue instead? I don't mind doing this manually myself once in a while, that still beat clearing it one at a time.
+1
+1