Automations
PR Size Labeler
Automatically label a Pull Request with its size.
Demo
How it works
When enabled, Sweetr will automatically add a label indicating the size of the changes on every new Pull Request in GitHub. You can customize the labels and their colors.
(Coming soon): Customize how PR size is calculated in your workspace settings.
Benefits
Improves cycle time
Encourage faster reviews on smaller PRs.
Improves failure rate
Mitigate reviewer fatigue with smaller PRs.
Default labels
Tiny
< 20 lines changed.
Small
20~100 lines changed.
Medium
100~250 lines changed.
Large
250~500 lines changed.
Huge
> 500 lines changed.