-
Notifications
You must be signed in to change notification settings - Fork 179
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
ci: 202 is Accepted for a non-dead link. #1274
base: main
Are you sure you want to change the base?
Conversation
Any idea why the action is failing? |
I curl the link returns |
I would expect a |
Probably. Another thing we may want to try is only run the action if it detects changes to markdown files. |
I'd expect the markdownlink check action doesn't send a
Running this action only on modified files will not catch links in other files going dead over time. If time permits I'll look into Linkinspector end of this week, or beginning of next week. |
👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
The Markdown Link Check job occasionally checks a link on rubydoc.info which needs to be rendered. In that case a HTTP
202
is returned.However that leads to an error, e.g. here:
A HTTP
202
should beAccepted
.