Closed deep-diver closed 2 years ago
Thanks for the PR! :rocket:
Instructions: Approve using /lgtm
and mark for automatic merge by using /merge
.
@casassg
Could you take a look on this?
@codesue
addressed your comment!
Approved, but it looks like I can't unblock merging. @sayakpaul might be able to.
/lgtm yes @sayakpaul will need to approve most likely
@sayakpaul
Could take a look into this PR? Actually, this is basically a copy of the bug fixing from our recent project.
/lgtm
Thanks for the fix.
/approve
Approval received from @sayakpaul! :white_check_mark:
PR is approved. Missing merge command to auto-merge PR!
/merge
Merged with approvals from sayakpaul - thanks for the contribution! :tada:
I found a bug in the HFPusher component that tries to replace contents in a file with given text even if the file is a binary type. This causes an error, so I have added a simple filtering logic to identify only text based files.