ci: Fix typo in if statement
This commit is contained in:
parent
e1edc15337
commit
12825a2b6f
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
if [[ $TITLE == *"alerting"* || $TITLE == *"provider"* || $TITLE == *"alert"* ]]; then
|
if [[ $TITLE == *"alerting"* || $TITLE == *"provider"* || $TITLE == *"alert"* ]]; then
|
||||||
gh issue edit "$NUMBER" --add-label "area/alerting"
|
gh issue edit "$NUMBER" --add-label "area/alerting"
|
||||||
fi
|
fi
|
||||||
if [[ $TITLE == *"(ui)"* $TITLE == *"ui:"* || ]]; then
|
if [[ $TITLE == *"(ui)"* || $TITLE == *"ui:"* ]]; then
|
||||||
gh issue edit "$NUMBER" --add-label "area/ui"
|
gh issue edit "$NUMBER" --add-label "area/ui"
|
||||||
fi
|
fi
|
||||||
if [[ $TITLE == *"storage"* || $TITLE == *"postgres"* || $TITLE == *"sqlite"* ]]; then
|
if [[ $TITLE == *"storage"* || $TITLE == *"postgres"* || $TITLE == *"sqlite"* ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user