Skip to content

Commit d0c73c7

Browse files
authored
Track LiveKit FunASR review wait (#3091)
1 parent 51d82a7 commit d0c73c7

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
@@ -73,6 +73,9 @@
7373
"infiniflow/ragflow#16473": {
7474
"reason": "review evidence already posted; avoid duplicate pings",
7575
},
76+
"livekit/agents#6176": {
77+
"reason": "review feedback addressed and checks are green; avoid duplicate pings",
78+
},
7679
"run-llama/llama_index#21958": {
7780
"reason": "review evidence already posted; avoid duplicate pings",
7881
},

tests/test_collect_growth_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def test_known_assisted_review_requests_include_validated_review_gate_prs():
501501
module = load_growth_metrics_module()
502502

503503
expected_prs = {
504+
"livekit/agents#6176",
504505
"run-llama/llama_index#21958",
505506
"run-llama/llama_index#21996",
506507
"mudler/LocalAI#10090",

0 commit comments

Comments
 (0)