lukas-kuntze/Pull Request Size Labeler

Automatically applies size labels to pull requests based on the total number of lines changed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config_filePath to the YAML configuration file containing size label definitions.no.github/config/size-labels.yml
files_to_ignoreGlob patterns to exclude from the calculation (one pattern per line).no""
github_tokenGitHub token used for authenticating API requests.yes
github_api_urlBase URL of the GitHub API (used for GitHub Enterprise Server).nohttps://api.github.com
ignore_file_deletionsIf true, fully deleted files are not counted.nofalse
ignore_line_deletionsIf true, deleted lines are not counted.nofalse
namedescription
labelThe size label that was applied to the pull request.
lines_addedTotal number of lines added in the pull request.
lines_deletedTotal number of lines deleted in the pull request.
total_linesTotal number of lines changed in the pull request.