Behat / Borg

behat.org 2.0. STALLED BECAUSE OF LACK OF TIME
9 stars 1 forks source link

Make a way to get notified about new releases of tracked repositories #14

Open everzet opened 9 years ago

everzet commented 9 years ago

Either a cronjob command OR a GitHub webhook endpoint

stof commented 9 years ago

I would vote for a webhook, but this would probably require handling it asynchronously (webhooks are meant to answer quickly, and the doc building might take some time)

everzet commented 9 years ago

@jakzal today proposed to use web hooks and IronMQ. Which could be a very simple solution for us in the short term :)