[chore] Enable creating area labels on push to `main` (#824)
This commit is contained in:
parent
4f25eb5e54
commit
80a2d1a8f7
|
|
@ -25,8 +25,7 @@ for AREA in ${AREAS}; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo "area:${LABEL_NAME}"
|
echo "area:${LABEL_NAME}"
|
||||||
|
gh label create "area:${LABEL_NAME}" -c "#425cc7"
|
||||||
# gh label create "area:${LABEL_NAME}" -c "#425cc7"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
echo -e "\nLabels created successfully"
|
echo -e "\nLabels created successfully"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue