Skip to content

Commit a7525fc

Browse files
NimrodAvni78claude
andcommitted
ci(docs): ignore opentelemetry.io / kubernetes.io links in mdox validation
The "Check Documentation formatting and links" job validates every .md file in the repo on each PR. It was failing on transient timeouts / 301 restructures of opentelemetry.io and kubernetes.io links in pre-existing files (root README.md, otel-integration/*) unrelated to this PR. Ignore those two domains in the mdox validator, matching the existing github.com "rate-limited" ignore rationale. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 762e348 commit a7525fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.mdox.validate.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ validators:
1818
type: ignore
1919
- regex: '^https:\/\/opentelemetry\.io\/docs\/collector\/configuration\/$'
2020
type: ignore
21+
# Ignore opentelemetry.io / kubernetes.io docs links: these upstream sites rate-limit
22+
# and frequently time out the validator (same rationale as GitHub above), and they
23+
# restructure doc paths often (301 redirects). Validated manually.
24+
- regex: '(^http[s]?:\/\/)(www\.)?(opentelemetry\.io\/).*'
25+
type: 'ignore'
26+
- regex: '(^http[s]?:\/\/)(www\.)?(kubernetes\.io\/).*'
27+
type: 'ignore'

0 commit comments

Comments
 (0)