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.