ci: relax subject and line length checks
authorGeorge Sapkin <redacted>
Fri, 1 May 2026 12:28:59 +0000 (15:28 +0300)
committerHannu Nyman <redacted>
Fri, 1 May 2026 13:13:00 +0000 (16:13 +0300)
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 <redacted>
.github/workflows/multi-arch-test-build.yml

index 3b09e213de5384284ed10e95aa01ee5a92d9f64b..a56d95b17404c19350776a69f48a93e850f4fb5f 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT