Update link checker config (#22604)#22710
Update link checker config (#22604)#22710ti-chi-bot wants to merge 1 commit intopingcap:release-8.5from
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@dveeden This PR has conflicts, I have hold it. |
|
@ti-chi-bot: ## If you want to know how to resolve it, please read the guide in TiDB Dev Guide. DetailsInstructions 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 ti-community-infra/tichi repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request updates the link checker configuration in .lycheeignore and converts external documentation links to internal relative paths in the TiDB Cloud glossary. A critical issue was identified in .lycheeignore where Git merge conflict markers were accidentally committed; these must be removed and the entries deduplicated before merging.
| <<<<<<< HEAD | ||
| https://portal\.azure\.com/.* | ||
| ======= | ||
| https://.*github.*/%7B%7B%7B%20.tidb_operator_version%20%7D%7D%7D | ||
| https://.*github.*/%7B%7B%7B.tidb-operator-version%7D%7D%7D | ||
| https://portal\.azure\.com/.* | ||
| https://azuremarketplace\.microsoft\.com/.* | ||
| https://one\.newrelic\.com/.* | ||
| https://tidbcloud\.com/.* | ||
| >>>>>>> 8d8f8fa9cd (Update link checker config (#22604)) |
There was a problem hiding this comment.
Git merge conflict markers were detected in this file. This likely occurred during an automated cherry-pick. Please resolve the conflict by removing the markers and deduplicating the entries.
https://.*github.*/%7B%7B%7B%20.tidb_operator_version%20%7D%7D%7D
https://.*github.*/%7B%7B%7B.tidb-operator-version%7D%7D%7D
https://portal\.azure\.com/.*
https://azuremarketplace\.microsoft\.com/.*
https://one\.newrelic\.com/.*
https://tidbcloud\.com/.*
This is an automated cherry-pick of #22604
First-time contributors' checklist
What is changed, added or deleted? (Required)
.instead of**/*md *.mdto avoid warnings about excluded files.failtofalseso we run the next step, which is reporting issues.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?