chore(governance): add waiting task status
Harness governance / validate (push) Has been cancelled
Harness governance / validate (pull_request) Has been cancelled

This commit is contained in:
QiuSW
2026-08-04 15:05:33 +08:00
parent 4be15f2452
commit f85dbecf93
6 changed files with 23 additions and 7 deletions
+6
View File
@@ -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",