change labeler sizes to powers of 2
This commit is contained in:
parent
727670685c
commit
099aca0658
|
|
@ -10,11 +10,12 @@ jobs:
|
|||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
with:
|
||||
# Custom size configuration
|
||||
# DeltaV: changed to powers of 4
|
||||
sizes: >
|
||||
{
|
||||
"0": "XS",
|
||||
"10": "S",
|
||||
"30": "M",
|
||||
"100": "L",
|
||||
"1000": "XL"
|
||||
"16": "S",
|
||||
"64": "M",
|
||||
"256": "L",
|
||||
"1024": "XL"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue