Skip to content

Commit 3b9784a

Browse files
matzclaude
andcommitted
mlc_config.json: add retry and accept 502 as alive status
GitHub sometimes returns transient 502 errors for valid URLs, causing false positives in CI markdown link checks. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 9e0eec3 commit 3b9784a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/linters/mlc_config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"retryOn429": true,
3+
"retryCount": 3,
4+
"aliveStatusCodes": [
5+
200,
6+
206,
7+
502
8+
],
29
"ignorePatterns": [
310
{
411
"pattern": "^https://github.com/mruby/mruby/commit/"

0 commit comments

Comments
 (0)