[docs-agent] Remove GHCR pkgs lychee exclude added in #1399#1400
Merged
Conversation
Per @dslovinsky's feedback: the github.com /pkgs/container/ 502 flagged by the weekly link check is a transient gateway error, not a recurring pattern worth excluding. Ignore it for now; if it recurs persistently we can revisit. Refs DOCS-123 Requested-by: @dslovinsky
🔗 Preview Mode
|
SahilAujla
approved these changes
Jun 22, 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.
Summary
Removes the
.*github\.com/.*/pkgs/container/.*exclude pattern that was added tolychee.tomlin #1399.Per @dslovinsky's feedback in the Slack thread: the GHCR 502 flagged by last week's link check is a transient gateway error, not a recurring pattern worth permanently excluding. If it starts showing up week after week, we can revisit and re-add the exclude.
#1399 had already merged by the time we pivoted, hence this follow-up PR instead of an amend.
Linear
DOCS-123 — Fix weekly link check broken links: mochajs.org/#hooks and GHCR pkg URL
Slack thread
https://alchemyinc.slack.com/archives/C0852FMMUMR/p1782153104141979
Requested by
@dslovinsky (via Slack thread)