From f9484851a14e0aa47f3a4ffa65bbba69cd394e50 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 12 Apr 2023 22:01:01 +0200 Subject: [PATCH] Add label action for frontend issues (#2464) --- .github/label-actions.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 3d1ddf8f6..71f68bdec 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -20,6 +20,17 @@ core-issue: in that repository if you can't find a matching issue. close: true +frontend-issue: + comment: > + :wave: @{issue-author}, thanks for reporting an issue! + + + It looks like this issue is related to Home Assistant Frontend. Please + check the [Home Assistant Frontend](https://github.com/home-assistant/frontend/issues) + repository, the issue might have been reported already. Open a new issue + in that repository if you can't find a matching issue. + close: true + supervisor-issue: comment: > :wave: @{issue-author}, thanks for reporting an issue!