From 769449329f712f85d4efdef1e91674122dc075a4 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Wed, 10 Jul 2024 10:21:13 +0200 Subject: [PATCH] #294 :heavy_plus_sign: --- mlc_config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index bef9804c..0c171399 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -5,7 +5,10 @@ }, { "pattern": "documentos/proyecto" - } + }, + { + "pattern": "^\\d\\." + }, ], "timeout": "20s", "retryOn429": true,