Update on_issues.yml

This commit is contained in:
Alexandre
2023-03-27 09:49:29 +02:00
committed by GitHub
parent fb3008a22c
commit 91d3aa746f

View File

@@ -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"