mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-26 01:01:20 +00:00
Adjust line change PR labeler thresholds
This commit is contained in:
parent
0ec6233119
commit
fda568c6a8
20
.github/changed-lines-count-labeler.yml
vendored
20
.github/changed-lines-count-labeler.yml
vendored
|
@ -2,21 +2,21 @@
|
||||||
'size: tiny':
|
'size: tiny':
|
||||||
max: 4
|
max: 4
|
||||||
|
|
||||||
# Add 'size: small' to any changes between 5 and 9 lines
|
# Add 'size: small' to any changes between 5 and 10 lines
|
||||||
'size: small':
|
'size: small':
|
||||||
min: 5
|
min: 5
|
||||||
max: 9
|
max: 10
|
||||||
|
|
||||||
# Add 'size: medium' to any changes between 10 and 99 lines
|
# Add 'size: medium' to any changes between 11 and 100 lines
|
||||||
'size: medium':
|
'size: medium':
|
||||||
min: 10
|
min: 11
|
||||||
max: 99
|
max: 100
|
||||||
|
|
||||||
# Add 'size: large' to any changes between 100 and 499 lines
|
# Add 'size: large' to any changes between 101 and 500 lines
|
||||||
'size: large':
|
'size: large':
|
||||||
min: 100
|
min: 101
|
||||||
max: 499
|
max: 500
|
||||||
|
|
||||||
# Add 'size: huge' to any changes of at least 500 lines
|
# Add 'size: huge' to any changes of more than 500 lines
|
||||||
'size: huge':
|
'size: huge':
|
||||||
min: 500
|
min: 501
|
||||||
|
|
Loading…
Reference in a new issue