platform
platform copied to clipboard
Ignore diff in blank lines when posting issue back to github
@haiodo There are two independent problems:
- Extra empty lines.
- Comments, which are not yet supported. Huly just removes them from a description and never put the issue back to GitHub because the description was changed.
This PR has fix only for №1: Allow put issue back if changes are in empty lines only.
№2 is in progress But even with this change Huly will never re-write the description in case the original issue has comments in the description.
Are you OK with this fix for №1 only?