You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay in getting back on this, but yes don't disagree that this sucks. Would happily review and merge a PR to check for the commit diff and anything less than a specified amount of lines in the config file (ie 5), the bot would not comment.
@hiimbex, I was thinking about the possible solutions. One quick and dirty way would be to just check the count of characters in the diff file.
This method does have it's flaws, like renaming file can be a big deal however the diff char count will be small in this case.
I think I'll first make a basic version with this method and then improve upon it .
See https://github.com/probot/metrics/pull/14#issuecomment-348615845 for an example of this - it's just a typo fix so I didn't provide a body.
The text was updated successfully, but these errors were encountered: