fix(labels): address taxonomy review findings

This commit is contained in:
Tianyi Cui
2026-08-08 19:00:10 +08:00
parent a9abb62195
commit 07ac5e6d4c
11 changed files with 172 additions and 144 deletions
+2
View File
@@ -20,9 +20,11 @@ const PR_KINDS = new Set([
'kind/cleanup',
'kind/dependency',
])
// Aliases removed by the unified taxonomy migration remain reserved so they cannot be recreated.
const LEGACY_LABELS = new Set([
'kind/bug',
'kind/documentation',
'feature',
'bug-fix',
'doc',
'cleanup',