[chore] Disable link check for semconv pulls and issues (#962)
This commit is contained in:
parent
387b74f8a7
commit
4d80b4ce2b
|
|
@ -2,6 +2,9 @@
|
||||||
"ignorePatterns": [
|
"ignorePatterns": [
|
||||||
{
|
{
|
||||||
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-specification/(issues|pull)"
|
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-specification/(issues|pull)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://github\\.com/open-telemetry/semantic-conventions/(issues|pull)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"replacementPatterns": [
|
"replacementPatterns": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue