From: George Sapkin Date: Thu, 29 Jan 2026 22:28:47 +0000 (+0200) Subject: ci: bump HyperStickler to v1-rc.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0cb66163dbd41832368acc383a5d03df805b8e89;p=openwrt-packages.git ci: bump HyperStickler to v1-rc.1 Update HyperStickler and disable branch check. Changes: https://github.com/GeorgeSapkin/hyperstickler/releases/tag/v1-rc.1 Signed-off-by: George Sapkin --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 5f9edc45d..3b09e213d 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -13,8 +13,9 @@ jobs: runs-on: ubuntu-slim steps: - name: HyperStickler - uses: georgesapkin/hyperstickler@v1-beta.3 + uses: georgesapkin/hyperstickler@v1-rc.1 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'