From 47b5c7e8b35590e45c887e7efef64d4dc1780080 Mon Sep 17 00:00:00 2001 From: zhifu gao Date: Tue, 30 Jun 2026 19:17:17 +0800 Subject: [PATCH] Track Vision-Agents FunASR review wait --- scripts/collect_growth_metrics.py | 3 +++ tests/test_collect_growth_metrics.py | 1 + 2 files changed, 4 insertions(+) diff --git a/scripts/collect_growth_metrics.py b/scripts/collect_growth_metrics.py index 9512eda8c..b57af0263 100755 --- a/scripts/collect_growth_metrics.py +++ b/scripts/collect_growth_metrics.py @@ -106,6 +106,9 @@ "pipecat-ai/pipecat#4844": { "reason": "review evidence already posted; avoid duplicate pings", }, + "GetStream/Vision-Agents#606": { + "reason": "review feedback addressed and checks are green; avoid duplicate pings", + }, } REPORTER_WAITING_LABELS = {"needs feedback"} CONTRIBUTOR_WAITING_LABELS = {"good first issue", "help wanted", "ready for PR"} diff --git a/tests/test_collect_growth_metrics.py b/tests/test_collect_growth_metrics.py index ba8c5359a..2ffae5826 100644 --- a/tests/test_collect_growth_metrics.py +++ b/tests/test_collect_growth_metrics.py @@ -508,6 +508,7 @@ def test_known_assisted_review_requests_include_validated_review_gate_prs(): "ray-project/ray#64053", "agno-agi/agno#8501", "pipecat-ai/pipecat#4844", + "GetStream/Vision-Agents#606", } assert expected_prs.issubset(set(module.KNOWN_ASSISTED_REVIEW_REQUESTS))