[chore] Enable creating area labels on push to `main` (#824)

This commit is contained in:
Joao Grassi 2024-03-19 16:09:49 +01:00 committed by GitHub
parent 4f25eb5e54
commit 80a2d1a8f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ for AREA in ${AREAS}; do
continue
fi
echo "area:${LABEL_NAME}"
# gh label create "area:${LABEL_NAME}" -c "#425cc7"
gh label create "area:${LABEL_NAME}" -c "#425cc7"
done
echo -e "\nLabels created successfully"