From: Paul Donald Date: Wed, 27 May 2026 15:49:12 +0000 (+0300) Subject: github: relax commit body restrictions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6a86077789f22d8435bad08e6688baeba3600a4c;p=openwrt-luci.git github: relax commit body restrictions Signed-off-by: Paul Donald --- diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 1415950413..942ea14faf 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -24,5 +24,6 @@ jobs: job_step: 2 max_subject_len_soft: 78 max_subject_len_hard: 80 + max_body_line_len: 80 post_comment: true warn_on_no_modify: true