From 70ad921c1856a0f5d5fe124aee188374a29db370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Thu, 4 Sep 2025 09:45:20 +0200 Subject: [PATCH] chore: allow `refactor` as commit type --- .github/workflows/pull-request-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index ff08fd5..345fc03 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -18,5 +18,6 @@ jobs: types: |- feat fix + refactor chore requireScope: false