Skip to content

Commit

Permalink
chore: add tshirt-size labels for worx effort estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Oct 25, 2023
1 parent f872ca7 commit 8872ab8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,30 @@
"name": "investigating",
"color": "8c008c",
"description": "This behavior is still being tested out"
},
{
"name": "worx-XS",
"color": "888888",
"description": "extra-small worx"
},
{
"name": "worx-S",
"color": "888888",
"description": "small worx"
},
{
"name": "worx-M",
"color": "888888",
"description": "medium worx"
},
{
"name": "worx-L",
"color": "888888",
"description": "large worx"
},
{
"name": "worx-XL",
"color": "888888",
"description": "extra-large worx"
}
]

0 comments on commit 8872ab8

Please sign in to comment.