bluebrown/kobold

dont commit/pr if only whitespace has been changed

Closed this issue · 1 comments

currently the gitbot will commit whitespace only changes. It should only commit if it actually changed an imge ref.

since the renderer reports the changes back, this info can be used to know if there should be a commit or not. Currently its doing something like git diff to know if a commit/pr is required. By using the reported changes instead, unwanted changes such as whitespace only wont trigger commits/prs.