Skip to content

Commit

Permalink
feat: update note for pr-reject-png-jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Nov 1, 2024
1 parent 917e7e2 commit 099525d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-reject-png-jpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
if [ -n "$IMAGE_FILES" ]; then
echo "Rejecting merge. PR contains the following JPEG or PNG files:"
echo "$IMAGE_FILES"
echo "Please convert these files to WebP format."
echo "Please convert these files to WebP format. For details, see"
echo "https://developer.espressif.com/pages/contribution-guide/writing-content/#use-webp-for-raster-images."
exit 1
else
Expand Down

0 comments on commit 099525d

Please sign in to comment.