ci: add missing type/refactoring label for refactor PR titles (#38611)

Add missing mapping for `refactor` type to set `type/refactoring` label automatically on PRs.
This commit is contained in:
silverwind
2026-07-24 23:21:46 +02:00
committed by GitHub
parent be41cff5e2
commit 818da42728

View File

@@ -37,6 +37,7 @@ const typeLabels: Partial<Record<CommitType, string>> = {
fix: 'type/bug',
docs: 'type/docs',
test: 'type/testing',
refactor: 'type/refactoring',
};
// Non-type labels, removed only when the previous title implied them.