From 0cb66163dbd41832368acc383a5d03df805b8e89 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Fri, 30 Jan 2026 00:28:47 +0200 Subject: [PATCH] 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 --- .github/workflows/multi-arch-test-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 5f9edc45d9..3b09e213de 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'