honeyvig/Changed Files Exporter

Exports the files created, modified or deleted by a PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenThe GITHUB_TOKEN secretyes${{ github.token }}
patternA regular expression to filter the outputs by.no.*
pr-numberThe pull request number (if absent, the pull request is inferred from the given context).
result-encodingThe encoding for the output values, either 'string' (default) or 'json'.no
namedescription
files_createdThe names of the newly created files
files_updatedThe names of the updated files
files_deletedThe names of the deleted files