ollieb89/PR Size Labeler
Automatically label pull requests by diff size (XS, S, M, L, XL) to improve code review prioritization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | — | ${{ github.token }} |
| xs-max | Maximum lines changed for XS label | — | 10 |
| s-max | Maximum lines changed for S label | — | 50 |
| m-max | Maximum lines changed for M label | — | 200 |
| l-max | Maximum lines changed for L label | — | 500 |
| label-prefix | Prefix for labels (e.g., "size/") | — | size/ |
| exclude-patterns | File patterns to exclude from size calculation (one per line) | — | package-lock.json yarn.lock pnpm-lock.yaml *.generated.* dist/** |
Outputs
no outputs