From 3f7ff4c50cf72113f5ddde0cc40bf8150fa2526b Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Fri, 1 May 2026 15:28:59 +0300 Subject: [PATCH] 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 --- .github/workflows/multi-arch-test-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 3b09e213de..a56d95b174 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