ci: Fix typo in if statement

This commit is contained in:
TwiN
2025-08-18 12:18:24 -04:00
committed by GitHub
parent e1edc15337
commit 12825a2b6f

View File

@@ -32,7 +32,7 @@ jobs:
if [[ $TITLE == *"alerting"* || $TITLE == *"provider"* || $TITLE == *"alert"* ]]; then
gh issue edit "$NUMBER" --add-label "area/alerting"
fi
if [[ $TITLE == *"(ui)"* $TITLE == *"ui:"* || ]]; then
if [[ $TITLE == *"(ui)"* || $TITLE == *"ui:"* ]]; then
gh issue edit "$NUMBER" --add-label "area/ui"
fi
if [[ $TITLE == *"storage"* || $TITLE == *"postgres"* || $TITLE == *"sqlite"* ]]; then