From 7845199fa876a5d245a0687d07e65f4f4caab78a Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 16 Oct 2023 14:32:36 +0200 Subject: [PATCH] Add Home Assistant Green to GitHub infrastructure (#2828) Add Home Assistant Green to the issue template and release drafter configuration. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/release-drafter.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e4ac81996..c0890c952 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,6 +40,7 @@ body: - rpi4-64 (Raspberry Pi 4/400 64-bit OS) - tinker (ASUS Tinker Board/Tinker Board S) - yellow (Home Assistant Yellow) + - green (Home Assistant Green) description: > Can be found in [Settings -> System -> Repairs -> System Information](https://my.home-assistant.io/redirect/system_health/). It is listed as the `Board` value. diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a23da6a16..abc2704af 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -10,6 +10,8 @@ categories: label: 'board/raspberrypi' - title: 'Home Assistant Yellow' label: 'board/yellow' + - title: 'Home Assistant Green' + label: 'board/green' - title: 'Open Virtual Appliance' label: 'board/ova' - title: 'Generic x86-64'