Skip to content

Commit

Permalink
[chore] Enable creating area labels on push to main (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Mar 19, 2024
1 parent 4f25eb5 commit 80a2d1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts/generate-registry-area-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 80a2d1a

Please sign in to comment.