Updates to 404 checker in PR workflow #13874
Labels
area/docs
Improvements or additions to documentation
kind/engineering
Work that is not visible to an external user
kind/enhancement
Improvements or new features
Milestone
Currently we have a 404 checker that looks for new broken links/missing pages, which happens before merge during the PR workflow. If this fails, it will block the merge of a PR. Unfortunately, while this tool often reports correctly, it also often reports incorrectly, causing problematic merge workflows. For that reason, we have temporarily disabled it in PR #13775 .
This task would be to update that workflow such that:
With these changes, authors of PRs can get a signal from the 404 checker without it interrupting the workflow. An author can inspect each reported 404 link and fix any that are real issues, and ignore the ones that are false reports.
Later, we will invest in improving the accuracy of the checker and possibly restore it to a blocking part of the PR workflow, but these changes will allow us to get value from it without it interrupting productivity.
The text was updated successfully, but these errors were encountered: