technic960183/Repo Size Guardian
A GitHub action to prevent large or unwanted files from entering repository history via PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max_text_size_kb | Maximum size for text files in KB | no | — |
| max_binary_size_kb | Maximum size for binary files in KB | no | — |
| policy_path | Path to policy configuration file | no | .github/repo-size-guardian.yml |
| fail_on | Minimum severity that causes job failure (warn|error) | no | error |
| scan_mode | Scan mode (history|diff) | no | history |
| dedupe_blobs | Deduplicate blob evaluation | no | true |
| annotate_pr | Add PR annotations for violations | no | true |
Outputs
| name | description |
|---|---|
| violations_found | Number of violations found |
| summary | Summary of scan results |