From 6b66bb349cb742cedea7b593cc1a5c76607f6fd1 Mon Sep 17 00:00:00 2001 From: Hector Espert Date: Fri, 21 Jan 2022 20:30:07 +0100 Subject: [PATCH 1/3] Add HACS github action --- .github/workflows/hacs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/hacs.yml diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml new file mode 100644 index 0000000..4e6b2c9 --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,16 @@ +name: HACS Action + +on: + push: + pull_request: + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - name: HACS Action + uses: "hacs/action@main" + with: + category: integration \ No newline at end of file From 402679541ad3df32779718dbb4b01db2e5a8f568 Mon Sep 17 00:00:00 2001 From: Hector Espert Date: Fri, 21 Jan 2022 20:37:21 +0100 Subject: [PATCH 2/3] Exclude brand --- .github/workflows/hacs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 4e6b2c9..90966cd 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -13,4 +13,5 @@ jobs: - name: HACS Action uses: "hacs/action@main" with: - category: integration \ No newline at end of file + category: integration + ignore: brand \ No newline at end of file From 457b280ceca427b30166454dae97cfa4421be2d6 Mon Sep 17 00:00:00 2001 From: Hector Espert Date: Fri, 21 Jan 2022 20:41:25 +0100 Subject: [PATCH 3/3] Update hacs.yml --- .github/workflows/hacs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 90966cd..7e5c472 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -14,4 +14,4 @@ jobs: uses: "hacs/action@main" with: category: integration - ignore: brand \ No newline at end of file + ignore: brands