From 5cb3d18a04767727c428fc98e8b27aebb5aff1a5 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sat, 30 Aug 2025 20:24:18 -0700 Subject: [PATCH] [feat] Re-add ComfyUI loading GIF to workflow status comments (#5277) Restore the ComfyUI animated favicon loading indicator to PR status comments that was removed in PR #5209 when workflow architecture was restructured. The loading GIF now appears in: - Playwright test status comments (pr-playwright-comment.yaml) - Storybook build status comments (pr-storybook-comment.yaml) This provides visual continuity and branding consistency during CI operations, replacing generic hourglass emoji with ComfyUI's animated logo. --- .github/workflows/pr-playwright-comment.yaml | 2 +- .github/workflows/pr-storybook-comment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-playwright-comment.yaml b/.github/workflows/pr-playwright-comment.yaml index d5cf93589..554b5c3b8 100644 --- a/.github/workflows/pr-playwright-comment.yaml +++ b/.github/workflows/pr-playwright-comment.yaml @@ -50,7 +50,7 @@ jobs: echo "" > comment.md echo "## 🎭 Playwright Test Results" >> comment.md echo "" >> comment.md - echo "⏳ **Tests are starting...** " >> comment.md + echo "comfy-loading-gif **Tests are starting...** " >> comment.md echo "" >> comment.md echo "⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC" >> comment.md echo "" >> comment.md diff --git a/.github/workflows/pr-storybook-comment.yaml b/.github/workflows/pr-storybook-comment.yaml index e8ce291d7..ab4d5ab46 100644 --- a/.github/workflows/pr-storybook-comment.yaml +++ b/.github/workflows/pr-storybook-comment.yaml @@ -73,7 +73,7 @@ jobs: ## 🎨 Storybook Build Status - ⏳ **Build is starting...** + comfy-loading-gif **Build is starting...** ⏰ Started at: ${{ steps.completion-time.outputs.time }} UTC