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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include_regex | File inclusion pattern as regex. Setting this will only list files matching this pattern. Leave empty to include all files. | no | "" |
| exclude_regex | File exclusion pattern as regex. Setting a value here, will exclude files matching this pattern. Leave empty to exclude no files. | no | "" |
Outputs
| name | description |
|---|---|
| all_changed_files | A space-separated list of all changed files. |
| new_or_modified_files | A space-separated list of all new or modified files. |
| removed_files | A space-separated list of all removed files. |