diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index a8f09b221b..ac38aeb412 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -12,6 +12,7 @@ "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", + "ContextualWisdomLab/pg-llm-batch", "ContextualWisdomLab/quarantine-sandbox-runtime" ] } diff --git a/tests/test_actions_queue_health_contract.py b/tests/test_actions_queue_health_contract.py index 7dfb109895..ac7b27149a 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -53,6 +53,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", + "ContextualWisdomLab/pg-llm-batch", "ContextualWisdomLab/quarantine-sandbox-runtime", ] }