[CI] Report link-check error when external URL used for local doc page (#187)
This commit is contained in:
parent
18400cf93c
commit
ca881074f6
|
|
@ -6,8 +6,12 @@
|
|||
],
|
||||
"replacementPatterns": [
|
||||
{
|
||||
"pattern": "^/",
|
||||
"replacement": "{{BASEURL}}/"
|
||||
"pattern": "^/",
|
||||
"replacement": "{{BASEURL}}/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/[^/]+/docs/",
|
||||
"replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/"
|
||||
}
|
||||
],
|
||||
"retryOn429": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue