mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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>
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"retryOn429": true,
|
||||
"retryCount": 3,
|
||||
"aliveStatusCodes": [
|
||||
200,
|
||||
206,
|
||||
502
|
||||
],
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^https://github.com/mruby/mruby/commit/"
|
||||
|
||||
Reference in New Issue
Block a user