-
Couldn't load subscription status.
- Fork 705
.github: check connectivity of external links via GitHub action #4135
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
Conversation
|
hi @CaitinChen , the check reports some invalid URLs again in the docs repo. I need your help to fix URLs in the |
|
For the broken links reported above, see their correct URLs:
@queenypingcap Do we need someone to review the Adopters list, since it might have out-of-date information? |
| |[Meili Finance](https://www.crunchbase.com/organization/meili-jinrong)|FinTech|| | ||
| |[Guolian Securities](https://www.crunchbase.com/organization/guolian-securities)|Financial Services|| | ||
| |[Founder Securities](https://www.linkedin.com/company/founder-securities-co-ltd-/)|Financial Services|| | ||
| |[Founder Securities](https://www.crunchbase.com/organization/keruyun-technology-beijing-co-ltd)|Financial Services|| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL @CaitinChen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@WT-Liu FYI. |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-2.1 in PR #4136 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.0 in PR #4137 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #4138 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #4139 |
… (#4136) * cherry pick #4135 to release-2.1 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * fix * Update link-check.yaml * Update tune-operating-system.md * Revert "Update tune-operating-system.md" This reverts commit 49ebd44. * Update link-check.yaml Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: yikeke <yikeke@pingcap.com>

What is changed, added or deleted? (Required)
A migration from pingcap/docs-dm#353
Note this external link check isn't required to pass, in order to prevent false alarms from blocking PR merge.
The current regex exclusions is:
http://172.*|https://github.com/.*/pull/.*|https://github.com/.*/issues/.*|https://github.com/[^.\n]*$|http://127.0.0.1.*|http://localhost.*|http://.*:.*|https://static.googleusercontent.com/media/research.google.com/.*|.*.mdMeaning the check will skip checking the URLs matching the above patterns.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?