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:
snomiao
2026-03-25 15:19:28 +09:00
parent ce59b6a431
commit 65aa03b20d

View File

@@ -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