csblzs/PR Size Coach
Labels and comments on PR size based on changed files and line counts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 7, 2026
- License
- MIT
Pinned Snippet
uses: csblzs/pr-size-coach@9deea62d22e21cb936f372f44640158fd022f66b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token (usually secrets.GITHUB_TOKEN). | yes | — |
| add-labels | Whether to add size labels (true/false). | no | true |
| comment | Whether to comment on the PR (true/false). | no | true |
| small-threshold | Max total changed lines (add+del) for size/S. | no | 100 |
| medium-threshold | Max total changed lines (add+del) for size/M. | no | 300 |
| large-threshold | Max total changed lines (add+del) for size/L. | no | 800 |
| max-files-warning | Warn if changed files exceed this count. | no | 25 |
Outputs
no outputs