Skip to content

fix: Add chainroot.io explorer URLs to link checker exclude list #2198

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

Merged
merged 2 commits into from
Aug 8, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 8, 2025

The link checker was failing on chainroot.io explorer URLs due to Cloudflare captcha protection returning 403 status codes. This was causing CI failures with errors like:

[403] https://explorer.chainroot.io/celestia | Rejected status code (this depends on your "accept" configuration): Forbidden

The issue affects two URLs in the documentation:

  • https://explorer.chainroot.io/celestia in how-to-guides/mainnet.md
  • https://explorer.chainroot.io/celestia-testnet-mocha4 in how-to-guides/mocha-testnet.md

This change adds "https://explorer.chainroot.io/*" to the exclude list in lychee.toml, following the existing pattern for other explorers and services that have similar access restrictions. The wildcard pattern ensures both mainnet and testnet chainroot explorer URLs are excluded from link checking.

Fixes #2197.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Contributor Author

Copilot AI commented Aug 8, 2025

@jcstein 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] fix: link checker for chainroot fix: Add chainroot.io explorer URLs to link checker exclude list Aug 8, 2025
@Copilot Copilot AI requested a review from jcstein August 8, 2025 22:57
Copilot finished work on behalf of jcstein August 8, 2025 22:57
@jcstein jcstein marked this pull request as ready for review August 8, 2025 23:14
@jcstein jcstein merged commit ad892ab into main Aug 8, 2025
5 checks passed
@jcstein jcstein deleted the copilot/fix-2197 branch August 8, 2025 23:14
Copy link
Contributor

github-actions bot commented Aug 8, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-08-08 23:15 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: link checker for chainroot
2 participants