flowhub / fbp-diffbot

Bot for automatically posting fbp-diffs on Github PRs
0 stars 0 forks source link

Avoid posting new diff when no changes in new commits #10

Open jonnor opened 8 years ago

jonnor commented 8 years ago

Right now we just check that the whole range has not been analyzed before, and that there are any graph changes in the set. This means that when adding several commits which does not change any graphs (on top of some previously diffet commits that did change graphs) - we post a whole diff. Would be better to treat this as a null/no-change.

jonnor commented 8 years ago

An example is here: https://github.com/imgflo/imgflo-server/pull/86