ppremk/LFS-warning
Checks file sizes in a Pull Request and warns of large files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token used to fetch the repository | no | ${{ github.token }} |
| filesizelimit | file size limit threshold | no | 10mb |
| exclusionPatterns | A newline delimited list of glob patterns that match checked in files to exclude form LFS Warning | no | — |
| labelName | The name of the label, defaults to lfs-detected! | no | lfs-detected! |
| labelColor | The color of the label, defaults to ff1493 | no | ff1493 |
Outputs
| name | description |
|---|---|
| lfsFiles | Array of possible detected large file(s) |