message no. 174434
Posted by jhass in #github at 2019-09-08T19:25:35Z
so yeah, polling indeed. you should be able to fetch the dates of the releases or at least their corresponding tags, so all you need to store is the previous fetch date and then check if the release date is newer. Well, if you fetch it from the tags, the tag may have been created well before the release I guess, so that may be a special case to handle, if there's no creation date for the release