Skip to content

ci(validate-docs): ignore LinkedIn URLs in link check#35

Merged
prodnull merged 1 commit into
mainfrom
fix/link-check-ignore-linkedin
May 4, 2026
Merged

ci(validate-docs): ignore LinkedIn URLs in link check#35
prodnull merged 1 commit into
mainfrom
fix/link-check-ignore-linkedin

Conversation

@prodnull
Copy link
Copy Markdown
Owner

@prodnull prodnull commented May 4, 2026

Problem

LinkedIn returns 404 for unauthenticated HTTP fetches (anti-scraping defense), even when the profile exists. The README's author byline link to `https://www.linkedin.com/in/chiradeepchhaya/\` now triggers a flake-prone "dead link" failure on every PR's Link Check job.

Fix

Add `^https://(www\.)?linkedin\.com` to the markdown-link-check ignore list — same treatment already applied to `manage.auth0.com` (auth-walled) and `claude.ai` (rate-limited).

Test plan

LinkedIn returns 404 for unauthenticated HTTP fetches as part of its
anti-scraping defense, even when the profile exists and is publicly
accessible in a browser. The README's author byline link to
https://www.linkedin.com/in/chiradeepchhaya/ now triggers a flake-prone
"dead link" failure on every PR.

Add LinkedIn to the markdown-link-check ignore list — same treatment
already applied to manage.auth0.com (auth-walled) and claude.ai
(rate-limited).

Signed-off-by: unix-oidc Developers <prodnull@users.noreply.github.com>
@prodnull prodnull merged commit 90aeae5 into main May 4, 2026
54 of 56 checks passed
@prodnull prodnull deleted the fix/link-check-ignore-linkedin branch May 4, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant