Pull Request size labeler
Version updated for https://github.com/CodelyTV/pr-size-labeler to version v1.10.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Pull Request Size Labeler GitHub Action automatically labels pull requests based on the number of changes (additions, deletions, or modifications) they contain, helping developers visualize and manage PR sizes effectively. It enables teams to enforce size guidelines, optionally reject oversized PRs, and ignore specific file changes for more granular control. This action streamlines code review processes by categorizing PRs into configurable size thresholds (e.g., XS, S, M, L, XL).
What’s Changed
What’s Changed
- fix: avoid accumulating PR size labeler related labels by @alexisribot in https://github.com/CodelyTV/pr-size-labeler/pull/97 solving https://github.com/CodelyTV/pr-size-labeler/issues/96
New Contributors
- @manishprivet made their first contribution in https://github.com/CodelyTV/pr-size-labeler/pull/97
Full Changelog: https://github.com/CodelyTV/pr-size-labeler/compare/v1.10.3...v1.10.4