Skip to content

Commit 2f876a5

Browse files
justin808claude
andcommitted
Fix CI: Ignore LinkedIn links in markdown-link-check
LinkedIn returns 999 status codes for automated link checkers, causing false positives in CI. This is a well-known LinkedIn anti-bot behavior and should be ignored. This fixes the failing markdown-link-check workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 555383b commit 2f876a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/markdown-link-check-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
{
2828
"pattern": "^https://reactrails\\.slack\\.com"
29+
},
30+
{
31+
"pattern": "^https://www\\.linkedin\\.com"
2932
}
3033
],
3134
"replacementPatterns": [

0 commit comments

Comments
 (0)