We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be027e2 + d127b82 commit 1dba74cCopy full SHA for 1dba74c
.github/changed-lines-count-labeler.yml
@@ -2,21 +2,21 @@
2
'size: tiny':
3
max: 4
4
5
-# Add 'size: small' to any changes between 5 and 9 lines
+# Add 'size: small' to any changes between 5 and 10 lines
6
'size: small':
7
min: 5
8
- max: 9
+ max: 10
9
10
-# Add 'size: medium' to any changes between 10 and 99 lines
+# Add 'size: medium' to any changes between 11 and 100 lines
11
'size: medium':
12
- min: 10
13
- max: 99
+ min: 11
+ max: 100
14
15
-# Add 'size: large' to any changes between 100 and 499 lines
+# Add 'size: large' to any changes between 101 and 500 lines
16
'size: large':
17
- min: 100
18
- max: 499
+ min: 101
+ max: 500
19
20
-# Add 'size: huge' to any changes of at least 500 lines
+# Add 'size: huge' to any changes of more than 500 lines
21
'size: huge':
22
- min: 500
+ min: 501
0 commit comments