chore(governance): add waiting task status
This commit is contained in:
@@ -38,6 +38,12 @@ LABELS: tuple[dict[str, Any], ...] = (
|
||||
"description": "Ready to claim",
|
||||
"exclusive": True,
|
||||
},
|
||||
{
|
||||
"name": "status/waiting",
|
||||
"color": "D4C5F9",
|
||||
"description": "Not claimable; waiting on dependency or external condition",
|
||||
"exclusive": True,
|
||||
},
|
||||
{
|
||||
"name": "status/doing",
|
||||
"color": "FBCA04",
|
||||
|
||||
Reference in New Issue
Block a user