mattdowdell/PR Sizer

Add a label to each pull request based on the number of lines changed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
xs-thresholdThe maximum number of lines changed for an extra small label to be assigned.no10
s-thresholdThe maximum number of lines changed for a small label to be assigned.no100
m-thresholdThe maximum number of lines changed for a medium label to be assigned.no200
l-thresholdThe maximum number of lines changed for a large label to be assigned.no400
xl-thresholdThe maximum number of lines changed for a extra large label to be assigned.no800
xs-labelThe name of the label for very small number of lines changed.nosize/XS
s-labelThe name of the label for small number of lines changed.nosize/S
m-labelThe name of the label for medium number of lines changed.nosize/M
l-labelThe name of the label for large number of lines changed.nosize/L
xl-labelThe name of the label for very large number of lines changed.nosize/XL
xxl-labelThe name of the label for very, very large number of lines changed.nosize/XXL
colorThe colour to use when creating labels.no4f348b
github-tokenThe token to use for managing labels.no${{ github.token }}
ignore-deleted-filesIgnore files deletion when calculating the number of lines changed.nofalse
ignore-deleted-linesIgnore lines deletion when calculating the number of lines changed.nofalse
ignore-whitespaceWhether to ignore whitespace changes at the end of a line. Set to 'true' to enable, or 'false' to disable.notrue
dry-runSkip creating labels and assigning a label to the pull request.nofalse
namedescription
labelThe label assigned to the pull request.
sizeThe calculated size of the pull request's changes.
includesThe files included in the size calculation.
excludesThe files excluded from the size calculation.
ignoresThe files ignored from the size calculation.