change labeler sizes to powers of 2

This commit is contained in:
deltanedas 2024-11-15 19:35:50 +00:00
parent 727670685c
commit 099aca0658
1 changed files with 5 additions and 4 deletions

View File

@ -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"
}