mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01: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)"
|
||||
|
||||
#Check if relevant to addon
|
||||
# Make lowercase
|
||||
TITLE2="${TITLE,,}"
|
||||
# Make lowercase
|
||||
f2="${f,,}"
|
||||
if [[ "$TITLE2" == *"$f2"* ]]; then
|
||||
echo "Title has an issue"
|
||||
|
||||
Reference in New Issue
Block a user