This project is a fork of jitterbit/get-changed-files, which:
- Supports
pull_request_target
- Allows to filter files using regular expressions
- Removes the ahead check
- Considers renamed modified files as modified
- Adds
added_modified_renamed
that includes renamed non-modified files and all files inadded_modified
- Uses Node 20
Changes
- Update to Node 20
- Update dependencies