haozeke/Large File Auditor

Checks for files exceeding a size threshold using git-filter-repo analysis and flags the commit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
file-size-thresholdMaximum allowed file size (e.g., 1M, 500K, 2G). Files larger than this will cause a failure.yes1M
git-filter-repo-versionVersion of git-filter-repo to install.no2.47.0
github-tokenGitHub token to post comments on PRs if large files are found. Not required if only failing the action.no
namedescription
large-files-foundA boolean indicating if large files were found (true/false).
large-files-listA JSON string array of detected large files with details (path, size, blob SHA).