mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Update daily_README.yaml
This commit is contained in:
7
.github/workflows/daily_README.yaml
vendored
7
.github/workflows/daily_README.yaml
vendored
@@ -34,15 +34,16 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If there is an issue, put a message
|
# If there is an issue, put a message
|
||||||
OPENISSUES="$(curl -s "https://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug" | grep "$f")"
|
OPENISSUES="$(curl -s "https://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug" | grep -iF "$f")"
|
||||||
if [ "$OPENISSUES" != "" ]; then
|
if [ "$OPENISSUES" != "" ]; then
|
||||||
sed -i "1a Open Issue : $OPENISSUES" "$f/Readme.md"
|
sed -i "1a Open Issue : $OPENISSUES" "$f/README.md"
|
||||||
else
|
else
|
||||||
sed -i "/Open Issues :/d" "$f/Readme.md"
|
sed -i "/Open Issues :/d" "$f/README.md"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# Sort yaml
|
# Sort yaml
|
||||||
sort -t= ".github/paths-filter.yml" -o ".github/paths-filter.yml"
|
sort -t= ".github/paths-filter.yml" -o ".github/paths-filter.yml"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user