mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Increase thresholds for size labels
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
f75926c604
commit
ee7b0b4129
1 changed files with 24 additions and 0 deletions
24
.github/labels.yml
vendored
Normal file
24
.github/labels.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
XS:
|
||||
name: size/XS
|
||||
lines: 0
|
||||
color: 3CBF00
|
||||
S:
|
||||
name: size/S
|
||||
lines: 20
|
||||
color: 5D9801
|
||||
M:
|
||||
name: size/M
|
||||
lines: 100
|
||||
color: 7F7203
|
||||
L:
|
||||
name: size/L
|
||||
lines: 200
|
||||
color: A14C05
|
||||
XL:
|
||||
name: size/XL
|
||||
lines: 1000
|
||||
color: C32607
|
||||
XXL:
|
||||
name: size/XXL
|
||||
lines: 2000
|
||||
color: E50009
|
Loading…
Add table
Reference in a new issue