File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
' size: tiny ' :
3
3
max : 4
4
4
5
- # Add 'size: small' to any changes between 5 and 9 lines
5
+ # Add 'size: small' to any changes between 5 and 10 lines
6
6
' size: small ' :
7
7
min : 5
8
- max : 9
8
+ max : 10
9
9
10
- # Add 'size: medium' to any changes between 10 and 99 lines
10
+ # Add 'size: medium' to any changes between 11 and 100 lines
11
11
' size: medium ' :
12
- min : 10
13
- max : 99
12
+ min : 11
13
+ max : 100
14
14
15
- # Add 'size: large' to any changes between 100 and 499 lines
15
+ # Add 'size: large' to any changes between 101 and 500 lines
16
16
' size: large ' :
17
- min : 100
18
- max : 499
17
+ min : 101
18
+ max : 500
19
19
20
- # Add 'size: huge' to any changes of at least 500 lines
20
+ # Add 'size: huge' to any changes of more than 500 lines
21
21
' size: huge ' :
22
- min : 500
22
+ min : 501
You can’t perform that action at this time.
0 commit comments