From 0ee44257526ee55b70cd764bdf1d0f53548a5ba9 Mon Sep 17 00:00:00 2001 From: zhifu gao Date: Tue, 30 Jun 2026 18:58:37 +0800 Subject: [PATCH] Track LlamaIndex 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 c78037cdd..366e4f21d 100755 --- a/scripts/collect_growth_metrics.py +++ b/scripts/collect_growth_metrics.py @@ -76,6 +76,9 @@ "run-llama/llama_index#21958": { "reason": "review evidence already posted; avoid duplicate pings", }, + "run-llama/llama_index#21996": { + "reason": "FunASR dependency gate addressed; avoid duplicate pings", + }, "mudler/LocalAI#10090": { "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 df09b9ae0..e5fc1e761 100644 --- a/tests/test_collect_growth_metrics.py +++ b/tests/test_collect_growth_metrics.py @@ -502,6 +502,7 @@ def test_known_assisted_review_requests_include_validated_review_gate_prs(): expected_prs = { "run-llama/llama_index#21958", + "run-llama/llama_index#21996", "mudler/LocalAI#10090", "ray-project/ray#64053", "agno-agi/agno#8501",