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 <george@sapk.in>
This commit is contained in:
George Sapkin
2026-05-01 15:28:59 +03:00
committed by Hannu Nyman
parent 20873ba57e
commit 3f7ff4c50c
+4 -1
View File
@@ -13,12 +13,15 @@ jobs:
runs-on: ubuntu-slim runs-on: ubuntu-slim
steps: steps:
- name: HyperStickler - name: HyperStickler
uses: georgesapkin/hyperstickler@v1-rc.1 uses: georgesapkin/hyperstickler@v1
with: with:
check_branch: false check_branch: false
check_signoff: true check_signoff: true
feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues' feedback_url: 'https://github.com/openwrt/actions-shared-workflows/issues'
guideline_url: 'https://openwrt.org/submitting-patches#submission_guidelines' 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: # This still needs a fine-grained token related to:
# https://github.com/openwrt/packages/pull/28011 # https://github.com/openwrt/packages/pull/28011
# job_step: 2 # job_step: 2