From 818da42728ff662c01c70c17926fe647b95f38c8 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 24 Jul 2026 23:21:46 +0200 Subject: [PATCH] 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. --- tools/ci-tools.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-tools.ts b/tools/ci-tools.ts index 8c3dcedf6a..0240873068 100644 --- a/tools/ci-tools.ts +++ b/tools/ci-tools.ts @@ -37,6 +37,7 @@ const typeLabels: Partial> = { fix: 'type/bug', docs: 'type/docs', test: 'type/testing', + refactor: 'type/refactoring', }; // Non-type labels, removed only when the previous title implied them.