- (bug) Fixes bug where
file_filter
was returning all changed lines.
- (feature) Filter output by file type.
- (bug) Fix a bug that was causing a
'patch_array' referenced before assignment
error.
- (bug) Ignore deleted files in a PR.
- (bug) Account for entries with no patch data: When a diff is too large to display in the PR, GitHub doesn't provide the patch, so there's no way to grab the modified lines. Entries that don't contain patch data are now skipped.
- (bug) Account for entries with no additions: Entries that didn't include additions would cause the action to fail. Entries with no additions are now skipped.
- (feature) Adds output for filenames only (changed_filenames).
- (feature) Adds a delimiter input for the changed_filenames output.