skroutz/Changed Files

A simple action that retrieves the list of changed files in a pull request using the GitHub CLI and can filter using regex.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
include_regexFile inclusion pattern as regex. Setting this will only list files matching this pattern. Leave empty to include all files.no""
exclude_regexFile exclusion pattern as regex. Setting a value here, will exclude files matching this pattern. Leave empty to exclude no files.no""
namedescription
all_changed_filesA space-separated list of all changed files.
new_or_modified_filesA space-separated list of all new or modified files.
removed_filesA space-separated list of all removed files.