From e2ae83aa131e13d85d46aa202cc219cc426ca284 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Thu, 6 Nov 2025 16:47:08 -1000 Subject: [PATCH] Ignore reactrails.slack.com URL in markdown link checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/markdown-link-check-config.json b/.github/markdown-link-check-config.json index 62a738ae0e..5bc350ef24 100644 --- a/.github/markdown-link-check-config.json +++ b/.github/markdown-link-check-config.json @@ -23,6 +23,9 @@ }, { "pattern": "^https://github\\.com/shakacode/react-webpack-rails-tutorial/blob/master/client/webpack\\.client\\.base\\.config\\.js" + }, + { + "pattern": "^https://reactrails\\.slack\\.com" } ], "replacementPatterns": [