From 620959a03bfc1d8fa1c1e3f1b6874c56868a6720 Mon Sep 17 00:00:00 2001 From: Felix Tonnvik Date: Wed, 5 Nov 2025 09:54:04 +0100 Subject: [PATCH] updated qa link-check to retry on status 429 --- .github/md_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/md_config.json b/.github/md_config.json index 465a309..37715e3 100644 --- a/.github/md_config.json +++ b/.github/md_config.json @@ -3,5 +3,6 @@ { "pattern": "^(?!http).+" } - ] + ], + "retryOn429": true }