marmichalski/Koszulka

A GitHub Action that assigns a t-shirt sized label to your pull request based on the size of it

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token to use to interact with the GitHub API.yes
nameThe name of the check run.nokoszulka
ignoreLineDeletionsWhether to ignore line deletions.nofalse
ignoreFileRemovalsWhether to ignore complete file removals.nofalse
ignoreFilesA multi-line list of file names to ignore, matching by minimatch.no""
labelsA multi-line list of labels.nosize/xs size/s size/m size/l size/xl
labelsSizesA multi-line list of max changes (additions + deletions) per label. Size must be one less than labels, when the last size is exceeded, the last label will be used.10 100 500 1000
commentOnLastSizeShould a comment be made when pull request is the biggest size.nofalse
commentContentOnLastSizeComment content when pull request is the biggest size.noThis PR is quite large. Please make sure it focuses on a single issue, as it may be rejected because of its size.
failOnLastSizeShould the check run be failed when pull request is the biggest size.nofalse

no outputs