tutyamxx/PR Size & Risk Labeler

Automatically labels pull requests by diff size and change risk.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with write permissions for pull-requests and issues.yes${{ github.token }}
enable-risk-labelsWhether to apply risk/* labels. Set to 'false' to disable.notrue
size-small-thresholdMax total changed lines (additions + deletions) to be labelled size/small. Above this → size/medium.no99
size-medium-thresholdMax total changed lines (additions + deletions) to be labelled size/medium. Above this → size/large.no499
risk-low-linesMax total changed lines for risk/low. Both this and risk-low-files must hold.no99
risk-low-filesMax files changed for risk/low. Both this and risk-low-lines must hold.no5
risk-medium-linesMax total changed lines for risk/medium. Both this and risk-medium-files must hold. Above → risk/high.no499
risk-medium-filesMax files changed for risk/medium. Both this and risk-medium-lines must hold. Above → risk/high.no15
namedescription
size-labelThe size label applied to the PR — one of size/small, size/medium, size/large.
risk-labelThe risk label applied to the PR — one of risk/low, risk/medium, risk/high. Empty string if risk labels are disabled.