From 35e9b2365dc5f52295446d92c6198004cfbfa601 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 3 Nov 2025 16:00:42 +0000 Subject: [PATCH] fix(ci): consider 429 as valid status code for markdown links --- .github/workflows/configs/mlc-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/configs/mlc-config.json b/.github/workflows/configs/mlc-config.json index 6e7bde76..a1ecb28e 100644 --- a/.github/workflows/configs/mlc-config.json +++ b/.github/workflows/configs/mlc-config.json @@ -8,6 +8,7 @@ "retryOn429": false, "fallbackRetryDelay": "30s", "aliveStatusCodes": [ - 200 + 200, + 429 ] } \ No newline at end of file