mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-24 22:01:35 +00:00
Co-authored-by: Hyper_ <40342021+NotHyper-474@users.noreply.github.com> Co-authored-by: Lasercar <64717068+Lasercar@users.noreply.github.com> Co-authored-by: Hundrec <hundrecard@gmail.com> Co-authored-by: Lasercar <B_l_u_t_a_c_k@hotmail.com.au> Co-authored-by: anysad <anysadiscool@gmail.com> Co-authored-by: VioletSnowLeopard <ngzeretzke@gmail.com> Co-authored-by: unknown <47027981+ACrazyTown@users.noreply.github.com> Co-authored-by: kade-github <26305836+Kade-github@users.noreply.github.com> Co-authored-by: JackXson-Real <32755192+JackXson-Real@users.noreply.github.com> Co-authored-by: Abnormal <86753001+AbnormalPoof@users.noreply.github.com> Co-authored-by: CrusherNotDrip <90648119+CrusherNotDrip@users.noreply.github.com> Co-authored-by: cyn0x8 <cyn0x8+git@gmail.com> Co-authored-by: ChillyBeanBAM <109490279+ChillyBeanBAM@users.noreply.github.com>
23 lines
450 B
YAML
23 lines
450 B
YAML
# Add 'size: tiny' to any changes of at most 4 lines
|
|
'size: tiny':
|
|
max: 4
|
|
|
|
# Add 'size: small' to any changes between 5 and 10 lines
|
|
'size: small':
|
|
min: 5
|
|
max: 10
|
|
|
|
# Add 'size: medium' to any changes between 11 and 100 lines
|
|
'size: medium':
|
|
min: 11
|
|
max: 100
|
|
|
|
# Add 'size: large' to any changes between 101 and 500 lines
|
|
'size: large':
|
|
min: 101
|
|
max: 500
|
|
|
|
# Add 'size: huge' to any changes of more than 500 lines
|
|
'size: huge':
|
|
min: 501
|