diff --git a/.markdown_link_check_config.json b/.markdown_link_check_config.json index 69611efd9..96d7455c2 100644 --- a/.markdown_link_check_config.json +++ b/.markdown_link_check_config.json @@ -1,7 +1,12 @@ { "ignorePatterns": [ - { - "pattern": "^https://github\\.com" - } + { + "pattern": "^https://github\\.com/open-telemetry/opentelemetry-specification/(issues|pull)" + } + ], + "retryOn429": true, + "aliveStatusCodes": [ + 200, + 403 ] }