Exclude exercism.org links from link checking - #2684
Merged
Merged
Conversation
exercism.org returns 403 to the link checker in CI, which fails the "Check links" job on unrelated pull requests. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
IsaacG
approved these changes
Sep 17, 2026
Member
|
Ideally we'd check that Exercism links are valid, too, but if the server is blocking the CI... 🤷♂️ |
BNAndras
approved these changes
Sep 17, 2026
ErikSchierboom
approved these changes
Sep 17, 2026
glennj
approved these changes
Sep 17, 2026
Contributor
|
a few other repos could use this too: https://github.com/search?q=org%3Aexercism+path%3A.lycheeignore&type=code |
glennj
added a commit
to exercism/tcl
that referenced
this pull request
Sep 17, 2026
glennj
added a commit
to glennj/exercism-dart
that referenced
this pull request
Sep 25, 2026
glennj
added a commit
to exercism/dart
that referenced
this pull request
Sep 25, 2026
* Exclude exercism.org links from link checking Ref: exercism/problem-specifications#2684 * run workflow on all files in PRs and on commit to main. * fix broken links * ignores are less specific
glennj
added a commit
to glennj/exercism-tcl
that referenced
this pull request
Sep 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
exercism\.org(which also covers its subdomains) to.lycheeignore.exercism.org responds with 403 to the link checker in CI, so checking our own links is flaky and unhelpful. It was failing the "Check links" job on an unrelated PR (#2683).
🤖 Generated with Claude Code