From 9af3aa27f4b4d8ee331fbed885c3259d0cd19f0b Mon Sep 17 00:00:00 2001 From: Stas Shevchenko Date: Wed, 5 Aug 2026 23:37:36 +0200 Subject: [PATCH] Raise commit subject limit to 150 chars --- .github/workflows/human-commit-ownership.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/human-commit-ownership.yml b/.github/workflows/human-commit-ownership.yml index 2785638..e5232ba 100644 --- a/.github/workflows/human-commit-ownership.yml +++ b/.github/workflows/human-commit-ownership.yml @@ -25,6 +25,7 @@ jobs: env: CCHK_AI_ATTRIBUTION: "forbid" CCHK_CONVENTIONAL_COMMITS: "false" + CCHK_SUBJECT_MAX_LENGTH: "150" CCHK_SUBJECT_CAPITALIZED: "false" CCHK_SUBJECT_IMPERATIVE: "false" CCHK_ALLOW_EMPTY_COMMITS: "true"