mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: use blue for REPRODUCED badge (success, not failure)
Reproducing a bug is a successful outcome for the QA bot. Blue (#2196f3) = bot succeeded. Red = bot found problems with the fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/pr-qa.yaml
vendored
2
.github/workflows/pr-qa.yaml
vendored
@@ -1076,7 +1076,7 @@ jobs:
|
||||
elif grep -riq 'partially reproduced\|partial' video-reviews/ 2>/dev/null; then
|
||||
REPRO_RESULT="PARTIAL" REPRO_COLOR="#dfb317"
|
||||
elif grep -riq 'reproduced\|confirmed' video-reviews/ 2>/dev/null; then
|
||||
REPRO_RESULT="REPRODUCED" REPRO_COLOR="#e05d44"
|
||||
REPRO_RESULT="REPRODUCED" REPRO_COLOR="#2196f3"
|
||||
fi
|
||||
|
||||
if [ "$TARGET_TYPE" = "issue" ]; then
|
||||
|
||||
Reference in New Issue
Block a user