ollieb89/PR Size Labeler

Automatically label pull requests by diff size (XS, S, M, L, XL) to improve code review prioritization

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API access${{ github.token }}
xs-maxMaximum lines changed for XS label10
s-maxMaximum lines changed for S label50
m-maxMaximum lines changed for M label200
l-maxMaximum lines changed for L label500
label-prefixPrefix for labels (e.g., "size/")size/
exclude-patternsFile patterns to exclude from size calculation (one per line)package-lock.json yarn.lock pnpm-lock.yaml *.generated.* dist/**

no outputs