diff --git a/scripts/collect_growth_metrics.py b/scripts/collect_growth_metrics.py index 366e4f21d..9512eda8c 100755 --- a/scripts/collect_growth_metrics.py +++ b/scripts/collect_growth_metrics.py @@ -73,6 +73,9 @@ "infiniflow/ragflow#16473": { "reason": "review evidence already posted; avoid duplicate pings", }, + "livekit/agents#6176": { + "reason": "review feedback addressed and checks are green; avoid duplicate pings", + }, "run-llama/llama_index#21958": { "reason": "review evidence already posted; avoid duplicate pings", }, diff --git a/tests/test_collect_growth_metrics.py b/tests/test_collect_growth_metrics.py index e5fc1e761..ba8c5359a 100644 --- a/tests/test_collect_growth_metrics.py +++ b/tests/test_collect_growth_metrics.py @@ -501,6 +501,7 @@ def test_known_assisted_review_requests_include_validated_review_gate_prs(): module = load_growth_metrics_module() expected_prs = { + "livekit/agents#6176", "run-llama/llama_index#21958", "run-llama/llama_index#21996", "mudler/LocalAI#10090",