react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

Disable Markdown link check

Open bedrich-schindler opened this issue 6 months ago • 2 comments

Markdown link check is failing due to following problems:

  1. It is marked as deprecated, see https://github.com/gaurav-nelson/github-action-markdown-link-check
  2. It has started to fail with HTTP 403 error due to StackOverflow's Cloudfare firewall:
ERROR: 1 dead links found!
[✖] https://stackoverflow.com/q/40722882 → Status: 403

Due to inability to merge pull request, after discussion with @mbohal, I disable this plugin immediately.

We can discuss whether we want to find replacement or not.

bedrich-schindler avatar Jun 06 '25 16:06 bedrich-schindler

Related PR in Spirit: https://github.com/lmc-eu/spirit-design-system/pull/2077

adamkudrna avatar Jun 09 '25 11:06 adamkudrna

We will try:

  1. update plugin
  2. look for option for specifying known broken links
  3. consider handling broken link as warnings

mbohal avatar Jun 09 '25 11:06 mbohal