From e9a81423cf71bc1caebd6fcff606f58a2c639c5c Mon Sep 17 00:00:00 2001 From: VineetBavniya Date: Thu, 19 Mar 2026 18:19:39 +0530 Subject: [PATCH] fix(pr-checks): increase commit message length from 100 to 150 for better clarity --- commitlint.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index abc6b37d..67fd72e3 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -14,6 +14,6 @@ module.exports = { 'build', 'revert' ]], - 'header-max-length': [2, 'always', 100] + 'header-max-length': [2, 'always', 150] } }; \ No newline at end of file