Skip to content

Commit 77e7b21

Browse files
authored
Track Vision-Agents FunASR review wait (#3093)
1 parent 4a412f8 commit 77e7b21

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/collect_growth_metrics.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
"pipecat-ai/pipecat#4844": {
107107
"reason": "review evidence already posted; avoid duplicate pings",
108108
},
109+
"GetStream/Vision-Agents#606": {
110+
"reason": "review feedback addressed and checks are green; avoid duplicate pings",
111+
},
109112
}
110113
REPORTER_WAITING_LABELS = {"needs feedback"}
111114
CONTRIBUTOR_WAITING_LABELS = {"good first issue", "help wanted", "ready for PR"}

tests/test_collect_growth_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ def test_known_assisted_review_requests_include_validated_review_gate_prs():
508508
"ray-project/ray#64053",
509509
"agno-agi/agno#8501",
510510
"pipecat-ai/pipecat#4844",
511+
"GetStream/Vision-Agents#606",
511512
}
512513

513514
assert expected_prs.issubset(set(module.KNOWN_ASSISTED_REVIEW_REQUESTS))

0 commit comments

Comments
 (0)