From: George Sapkin Date: Fri, 1 May 2026 12:28:59 +0000 (+0300) Subject: ci: relax subject and line length checks X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3f7ff4c50cf72113f5ddde0cc40bf8150fa2526b;p=openwrt-packages.git ci: relax subject and line length checks Relax subject length checks to 60/80 and line length to 100 to match the actions repo. Link: https://github.com/openwrt/actions-shared-workflows/pull/95 Signed-off-by: George Sapkin --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 3b09e213d..a56d95b17 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -13,12 +13,15 @@ jobs: runs-on: ubuntu-slim steps: - name: HyperStickler - uses: georgesapkin/hyperstickler@v1-rc.1 + uses: georgesapkin/hyperstickler@v1 with: check_branch: false check_signoff: true feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues' guideline_url: 'https://openwrt.org/submitting-patches#submission_guidelines' + max_body_line_len: 100 + max_subject_len_hard: 80 + max_subject_len_soft: 60 # This still needs a fine-grained token related to: # https://github.com/openwrt/packages/pull/28011 # job_step: 2