You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/icon-prompts.yml
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,26 +58,25 @@ jobs:
58
58
59
59
let comment = '## 🎨 Missing Building Block Icons\n\n';
60
60
comment += `Found **${prompts.length}** building block(s) without \`logo.png\` files.\n\n`;
61
-
comment += 'Copy the prompts below and use them with your favorite AI image generator (DALL-E, Midjourney, Stable Diffusion, etc.) to create consistent icons.\n\n';
62
-
comment += '### Requirements\n';
63
-
comment += '- **Size:** 128x128 pixels\n';
64
-
comment += '- **Format:** PNG\n';
65
-
comment += '- **Max file size:** 100KB\n\n';
61
+
comment += 'Copy the **AI Prompts** below and use them with your favorite AI image generator (Gemini, DALL-E, Midjourney, Stable Diffusion, etc.).\n\n';
62
+
comment += 'Then follow the **Post-Processing Steps** to prepare the icons for upload.\n\n';
comment += '\n\n💡 **Tip:** After generating the icon, optimize it with tools like [TinyPNG](https://tinypng.com/) or [ImageOptim](https://imageoptim.com/) to ensure it\'s under 100KB.\n';
0 commit comments