From 15af25e3538f748c3a1bb5775ed30623c6069338 Mon Sep 17 00:00:00 2001 From: MarTrepodi Date: Sat, 6 Jun 2026 22:50:09 -0400 Subject: [PATCH] Update commitlint.yml Add "tests" as a valid top level message type. Signed-off-by: MarTrepodi --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 28bb56b..1df4e30 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -27,7 +27,7 @@ jobs: "rules": { "type-enum": [2, "always", [ "feat", "fix", "refactor", "build", "deps", "bug", - "chore", "docs", "test", "style", "ci", "perf" + "chore", "docs", "test", "tests", "style", "ci", "perf" ]], "scope-enum": [1, "always", [ "core", "helpers", "deps", "release", "ci",