actions-marketplace-validations/PRs Size Labeler
Sample GitHub Action written in Go to visualize and optionally limit the size of your pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 30, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/friendsofgo_pr-size-labeler@5e8f829f58af5fb2e73cc95e414724741473b075 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token | yes | — |
| xs_max_size | Max size for a PR to be considered XS | no | 10 |
| s_max_size | Max size for a PR to be considered S | no | 100 |
| m_max_size | Max size for a PR to be considered M | no | 500 |
| l_max_size | Max size for a PR to be considered L | no | 1000 |
| fail_if_xl | Fail if the PR size is XL | no | false |
| message_if_xl | Comment added if the PR size is XL | no | "" |
Outputs
no outputs