PR Size Label
Version updated for https://github.com/conforma/pr-size-label-action to version v1.2.0.
- This action is used across all versions by 21 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “PR Size Label Action” is a GitHub Action that automates the process of labeling pull requests based on the total number of lines changed (additions + deletions). It categorizes PRs into predefined size ranges (e.g., XS, S, M, L, XL, XXL) and dynamically updates labels only when the size category changes, improving workflow efficiency and reducing manual effort. This action is ideal for maintaining clear visibility into the scope of changes in pull requests while preventing unnecessary label modifications.
What’s Changed
What’s Changed
- ci: add release workflow with major version tag management by @robnester-rh in https://github.com/conforma/pr-size-label-action/pull/23
Full Changelog: https://github.com/conforma/pr-size-label-action/compare/v1...v1.2.0