From 5f70e35e1de2563fce3f4f545d084673ad857878 Mon Sep 17 00:00:00 2001 From: Daly Mauldin Date: Tue, 7 Jul 2026 05:27:42 +0000 Subject: [PATCH] ci: ignore HACS license check until a license is chosen The repository (like the upstream fork it derives from) has no LICENSE file. hacs/action runs its full check suite for in-repo refs, so every push to master and every in-repo PR fails the license validation, while fork PRs skip it - which is why CI looked green until today. Ignore the check explicitly so CI reflects the state of the code; drop this once a license is committed. Co-Authored-By: Claude Fable 5 --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4aaed9a..fb09684 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,3 +17,7 @@ jobs: - uses: hacs/action@main with: category: integration + # The repo has no LICENSE file (the upstream fork never had one), so + # the license check fails on in-repo branches while fork PRs skip it. + # Drop this ignore once a license is chosen and committed. + ignore: license