-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown Link check is failing for valid URLs #157
Comments
Temporary workaround for tektoncd/plumbing#157 Signed-off-by: Dibyo Mukherjee <[email protected]>
Is it possible the URLs are sometimes down? Maybe we can make a list of the URLs we are seeing fail. Ideas:
|
Temporary workaround for tektoncd/plumbing#157 Signed-off-by: Dibyo Mukherjee <[email protected]>
Maybe related: raviqqe/liche#24 |
Problem might be in fasthttp https://gist.github.com/dibyom/e546f71828d2d0886fc9c14b639f535d |
Honestly, I would like to limit the check to internal files as it's way more useful than old files 👼 |
Yeah, I don't think checking links only for changed markdown files on PRs is super useful -- if a markdown file is not touched for months, and in that time any of the links go stale, we would not catch it unless someone modifies the file. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
Markdown link check is should pass!
Actual Behavior
Markdown link check is failing for valid URLs e.g. tektoncd/triggers#273
I can reproduce this locally from the Triggers repo.
Steps to Reproduce the Problem
liche -d $(pwd) -v $(find docs/ -name *.md)
Additional Info
Failing URLs:
tektoncd/triggers#275
tektoncd/pipeline#1736
tektoncd/pipeline#1696
The text was updated successfully, but these errors were encountered: