Skip to content

Commit

Permalink
[chore] Force create labels in workflow (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Mar 28, 2024
1 parent 5a94098 commit e446932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/generate-registry-area-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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" --force
done

echo -e "\nLabels created successfully"
Expand Down

0 comments on commit e446932

Please sign in to comment.