actions-ecosystem/Actions Ecosystem Size
Add label based on the number of lines changed in a pull request.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Aug 4, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-ecosystem/action-size@4d4eb590de787d7fc42df1e84f919f6d38588a14 # v2.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| size_xs_label | The name for size XS label. | no | size/XS |
| size_s_label | The name for size S label. | no | size/S |
| size_m_label | The name for size M label. | no | size/M |
| size_l_label | The name for size L label. | no | size/L |
| size_xl_label | The name for size XL label. | no | size/XL |
| size_xxl_label | The name for size XXL label. | no | size/XXL |
| size_s_threshold | The threshold for size S. | no | 10 |
| size_m_threshold | The threshold for size M. | no | 30 |
| size_l_threshold | The threshold for size L. | no | 100 |
| size_xl_threshold | The threshold for size XL. | no | 500 |
| size_xxl_threshold | The threshold for size XXL. | no | 1000 |
Outputs
| name | description |
|---|---|
| new_label | The new label's name to be added. If there's no label to be added, it the value is `''`. |
| stale_labels | The stale labels' name to be removed. If there're multiple labels, they're separated by line breaks. If there's no labels to be removed, it the value is `''`. |