muesli / beehive

A flexible event/agent & automation system with lots of bees šŸ
GNU Affero General Public License v3.0
6.27k stars 320 forks source link

Watch new releases in GitHub bee #318

Closed moqmar closed 3 years ago

moqmar commented 4 years ago

It would be awesome if the GitHub bee had a trigger for new releases, so it could be used to trigger builds of dependent software.

rubiojr commented 4 years ago

Should be easy to add to the existing bee.

@moqmar you could try to use the RSS bee in the meantime to monitor the atom feed for a given project (i.e. https://github.com/muesli/beehive/releases.atom).

Zykino commented 4 years ago

Itā€™s what I have done, but since github does not show the RSS feed prominently, a sample showing how to follow beehiveā€™s releases (and show a desktop notificationĀ ?) can be a nice "hello world" example.