From b577c20e3c50ba8fe8cae6357f5713ea16affd81 Mon Sep 17 00:00:00 2001 From: Stefanie Jane Date: Fri, 12 Jun 2026 00:32:30 -0700 Subject: [PATCH] ci(hacs): ignore the brands check until the upstream listing lands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo went public, which lit up HACS validation on every push — and it fails on exactly one of eight checks: hypercolor is not yet listed in home-assistant/brands. That listing is an upstream submission (icon/logo assets reviewed by the HA team), not something this repo can satisfy from CI. Ignore only the brands check so the other seven keep enforcing; drop the ignore once the brands PR merges. signalrgb-homeassistant passes this same check via its existing custom_integrations/signalrgb entry. Co-Authored-By: Nova (Claude Fable 5) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35b4ebc..fbcc0da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,9 @@ jobs: - uses: hacs/action@main with: category: integration + # Temporary until hypercolor is listed in home-assistant/brands + # (icon/logo submission upstream). Drop this line once merged. + ignore: brands release: name: Publish GitHub release