Skip to content

Commit f1d1823

Browse files
deependujhaBorda
andcommitted
fix: failing markdown link test in ci (#20979)
* fix: failing markdown link test in ci * Apply suggestions from code review * Update .github/markdown-links-config.json * Update .github/markdown-links-config.json --------- Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 4e3cf67)
1 parent a3c7e87 commit f1d1823

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/markdown-links-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"Accept-Encoding": "zstd, br, gzip, deflate"
2323
}
2424
}
25-
]
25+
],
26+
"timeout": "20s",
27+
"retryOn429": true,
28+
"retryCount": 5,
29+
"fallbackRetryDelay": "20s"
2630
}

0 commit comments

Comments
 (0)