advanced-github-notifier icon indicating copy to clipboard operation
advanced-github-notifier copied to clipboard

Don't notify pre-releases

Open Mte90 opened this issue 3 years ago • 2 comments

I follow various projects that use CI to do pre-release of projects but I can get a lot of notifications, so I am wondering if it is possible to hide those releases cases.

Mte90 avatar Sep 29 '20 10:09 Mte90

Looking at the github API the notification API doesn't inform about the releases. So it should see if the notification is a release and check the status.

Mte90 avatar Oct 13 '20 17:10 Mte90

This should indeed be possible. The extension tries to fetch the complete REST object associated with a notification. As such, it knows about all the details of a release (if it's allowed to). However, there is currently no filtering anywhere, so if any filtering were to be added it should, like #155, be implemented more generic and have actual UI in the options.

freaktechnik avatar Jan 15 '21 00:01 freaktechnik