From 57ec22b6f32551fa354c0f0651aa8796effa86df Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Wed, 25 Jun 2025 13:51:43 +0200 Subject: [PATCH] Add link to action attempt --- .github/workflows/core_next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_next.yml b/.github/workflows/core_next.yml index 77572c600..bb2eb33b2 100644 --- a/.github/workflows/core_next.yml +++ b/.github/workflows/core_next.yml @@ -72,4 +72,4 @@ jobs: # closes existing issue if all labels match close-previous: true title: Next Home Assistant version incompatibility - body: "**Note: This does not affect users of the plugwise integration in Core nor Plugwise-Beta users on the latest version of Home Assistant.** For our beloved {{ assignees }}, please check action logs, it seems our current code is not compatible with the upcoming version (and/or Release Candidate (RC)/beta) of Home Assistant in a timely matter to conform before the next monthly release." + body: "**Note: This does not affect users of the plugwise integration in Core nor Plugwise-Beta users on the latest version of Home Assistant.** For our beloved {{ assignees }}, please check action logs, it seems our current code is not compatible with the upcoming version (and/or Release Candidate (RC)/beta) of Home Assistant in a timely matter to conform before the next monthly release. See details at https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"