Skip to content

Commit e2ae83a

Browse files
justin808claude
andcommitted
Ignore reactrails.slack.com URL in markdown link checks
The Slack workspace URL consistently returns 503 errors, causing CI to fail. This URL is still valid for users who have access, but Slack's servers reject automated link checking tools. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 0b00514 commit e2ae83a

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
@@ -23,6 +23,9 @@
2323
},
2424
{
2525
"pattern": "^https://github\\.com/shakacode/react-webpack-rails-tutorial/blob/master/client/webpack\\.client\\.base\\.config\\.js"
26+
},
27+
{
28+
"pattern": "^https://reactrails\\.slack\\.com"
2629
}
2730
],
2831
"replacementPatterns": [

0 commit comments

Comments
 (0)