From ea244729fb2cb77654a2c75a383aa844fb50317c Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Wed, 3 Apr 2024 08:18:35 -0300 Subject: [PATCH] chore: allow test prefix on commit --- .github/workflows/conventional-commits-lint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conventional-commits-lint.js b/.github/workflows/conventional-commits-lint.js index 5c8bef36..46fbb57b 100644 --- a/.github/workflows/conventional-commits-lint.js +++ b/.github/workflows/conventional-commits-lint.js @@ -15,6 +15,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [ "docs", "chore", "style", + "test", ]; const object = process.argv[2];