fix(ci): ignore prow.ci.openshift.org in markdown link check - #5409
Merged
openshift-merge-bot[bot] merged 1 commit intoSep 15, 2026
Merged
openshift-merge-bot[bot] merged 1 commit into
openshift-merge-bot[bot] merged 1 commit into
Conversation
Prow now returns 403 to unauthenticated HTTP clients, so the link checker reports nine valid docs links as dead. Add the host to ignorePatterns, same as docs.redhat.com in redhat-developer#5383.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5409 +/- ##
==========================================
- Coverage 63.68% 59.69% -3.99%
==========================================
Files 121 109 -12
Lines 2288 2062 -226
Branches 527 501 -26
==========================================
- Hits 1457 1231 -226
Misses 830 830
Partials 1 1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
polasudo
approved these changes
Sep 15, 2026
prow.ci.openshift.org in markdown link check
openshift-merge-bot
Bot
merged commit Sep 15, 2026
93a56d3
into
redhat-developer:main
24 checks passed
jonkoops
added a commit
to jonkoops/rhdh
that referenced
this pull request
Sep 15, 2026
…developer#5409) Prow now returns 403 to unauthenticated HTTP clients, so the link checker reports nine valid docs links as dead. Add the host to ignorePatterns, same as docs.redhat.com in redhat-developer#5383.
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.



Prow now returns 403 to unauthenticated HTTP clients (OAuth proxy in front of
prow.ci.openshift.org), somarkdown-link-checkfails on nine links indocs/e2e-tests/CI-medic-guide.mdanddocs/e2e-tests/CI.md. The URLs are still valid for humans with access; they are not dead links.This adds
prow.ci.openshift.orgtoignorePatternsin.github/workflows/link-checker.config.json, same approach as #5383 used for rate-limited Red Hat doc hosts.Unblocks PRs that touch any markdown under
docs/, including #5405.