barosl / homu

A bot that integrates with GitHub and your favorite continuous integration service
http://homu.io/
MIT License
661 stars 102 forks source link

Editing a r+ comment makes bors think the approval was done twice #149

Open nagisa opened 8 years ago

nagisa commented 8 years ago

If a comment with r+ has been edited then homu will emit

:bulb: This pull request was already approved, no need to approve it again.

There's another pull request that is currently being tested, blocking this pull request: #,,,

Instead, homu should check that the edit didn’t change the r-state and do nothing if so.