Fix link checker CI failure by excluding LinkedIn URLs#5461
Conversation
PR Reviewer Guide 🔍(Review updated until commit d6c3749)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to d6c3749
Previous suggestionsSuggestions up to commit f3c36b4
|
LinkedIn actively blocks automated crawlers, returning 404 for valid profiles. Add https://www.linkedin.com/.* to the lychee exclude list to prevent false-positive CI failures. Signed-off-by: Chen Dai <daichen@amazon.com>
f3c36b4 to
d6c3749
Compare
|
Persistent review updated to latest commit d6c3749 |
Description
Exclude LinkedIn URLs from the lychee link checker workflow. LinkedIn blocks automated crawlers and returns 404 for valid profile pages, causing false-positive CI failures.
Example:
Related Issues
N/A
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.