cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Mute a thread on GitHub when a task in snoozer is ignored #88

Open cheshire137 opened 8 years ago

cheshire137 commented 8 years ago

If I hit the 'ignore' button in the app for an issue/pull request, it means I never want to hear about that task again. We should unsubscribe from that thread via the GitHub notifications API -- see https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription -- so that the user stops receiving web and email notifications about it. This should be equivalent to hitting the 'Unsubscribe' button in the sidebar of the issue/PR.

screen shot 2016-09-29 at 5 45 37 pm