Skip to content

Commit 1dba74c

Browse files
Merge pull request #5102 from FunkinCrew/main
[CHORE + GITHUB] Merge main into develop, again edition
2 parents be027e2 + d127b82 commit 1dba74c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/changed-lines-count-labeler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
'size: tiny':
33
max: 4
44

5-
# Add 'size: small' to any changes between 5 and 9 lines
5+
# Add 'size: small' to any changes between 5 and 10 lines
66
'size: small':
77
min: 5
8-
max: 9
8+
max: 10
99

10-
# Add 'size: medium' to any changes between 10 and 99 lines
10+
# Add 'size: medium' to any changes between 11 and 100 lines
1111
'size: medium':
12-
min: 10
13-
max: 99
12+
min: 11
13+
max: 100
1414

15-
# Add 'size: large' to any changes between 100 and 499 lines
15+
# Add 'size: large' to any changes between 101 and 500 lines
1616
'size: large':
17-
min: 100
18-
max: 499
17+
min: 101
18+
max: 500
1919

20-
# Add 'size: huge' to any changes of at least 500 lines
20+
# Add 'size: huge' to any changes of more than 500 lines
2121
'size: huge':
22-
min: 500
22+
min: 501

0 commit comments

Comments
 (0)