From b0e70d12a9e53c6cd184d74614572d3f923e5d5c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 13 May 2025 13:39:33 +0200 Subject: [PATCH] Update on_issues.yml --- .github/workflows/on_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_issues.yml b/.github/workflows/on_issues.yml index 828b2f4cd..952dc971b 100644 --- a/.github/workflows/on_issues.yml +++ b/.github/workflows/on_issues.yml @@ -22,7 +22,7 @@ jobs: curl -s -L https://api.github.com/repos/alexbelgium/hassio-addons/issues > issueslist # Go through all folders, add to filters if not existing for f in $( find -- * -maxdepth 0 -type d | sort -r ); do - if [ -f "$f"/config.json ] && [ ! "$f"/README.md ]; then + if [ -f "$f"/config.json ] && [ -f "$f"/README.md ]; then # Clean previously reported issues sed -i "/Open Issue :/d" "$f"/README.md