servo / homu

A bot that integrates with GitHub and your favorite continuous integration service
MIT License
329 stars 48 forks source link

Gracefully recover from mismatched SHA #182

Open Manishearth opened 6 years ago

Manishearth commented 6 years ago

Github webhook notifications sometimes get dropped, which can mean that homu is unaware of recent changes. We have an assertion to guard against that, however that just causes silent failure. Instead, it should post a comment on the relevant PR asking for reapproval.