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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 30, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/friendsofgo_pr-size-labeler@5e8f829f58af5fb2e73cc95e414724741473b075 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGitHub tokenyes
xs_max_sizeMax size for a PR to be considered XSno10
s_max_sizeMax size for a PR to be considered Sno100
m_max_sizeMax size for a PR to be considered Mno500
l_max_sizeMax size for a PR to be considered Lno1000
fail_if_xlFail if the PR size is XLnofalse
message_if_xlComment added if the PR size is XLno""

no outputs