fix(ci): consider 429 as valid status code for markdown links
This commit is contained in:
3
.github/workflows/configs/mlc-config.json
vendored
3
.github/workflows/configs/mlc-config.json
vendored
@@ -8,6 +8,7 @@
|
|||||||
"retryOn429": false,
|
"retryOn429": false,
|
||||||
"fallbackRetryDelay": "30s",
|
"fallbackRetryDelay": "30s",
|
||||||
"aliveStatusCodes": [
|
"aliveStatusCodes": [
|
||||||
200
|
200,
|
||||||
|
429
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user