mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 23:10:59 +02:00
Update on_issues.yml
This commit is contained in:
2
.github/workflows/on_issues.yml
vendored
2
.github/workflows/on_issues.yml
vendored
@@ -38,7 +38,9 @@ jobs:
|
|||||||
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
|
TITLE="$(jq -r --arg COUNTER $COUNTER ".[$COUNTER].title" issueslist)"
|
||||||
|
|
||||||
#Check if relevant to addon
|
#Check if relevant to addon
|
||||||
|
# Make lowercase
|
||||||
TITLE2="${TITLE,,}"
|
TITLE2="${TITLE,,}"
|
||||||
|
# Make lowercase
|
||||||
f2="${f,,}"
|
f2="${f,,}"
|
||||||
if [[ "$TITLE2" == *"$f2"* ]]; then
|
if [[ "$TITLE2" == *"$f2"* ]]; then
|
||||||
echo "Title has an issue"
|
echo "Title has an issue"
|
||||||
|
|||||||
Reference in New Issue
Block a user