A bit ago we added a link checker script which checks if production URLs will successfully either 200 or redirect (a 200 with a redirect to another 200 😅 ) . While we can't add this a CI test that will block merges, we could have it run as a non-blocking CI test, per this discussion.
This ticket tracks the effort to add the script to run in CI when ever a branch gets pushed which will just be an informative check that won't block the merge. This allows either the branch author or a PR reviewer to quickly check if any aliases need to be added to any deleted or moved pages.
A bit ago we added a link checker script which checks if production URLs will successfully either 200 or redirect (a 200 with a redirect to another 200 😅 ) . While we can't add this a CI test that will block merges, we could have it run as a non-blocking CI test, per this discussion.
This ticket tracks the effort to add the script to run in CI when ever a branch gets pushed which will just be an informative check that won't block the merge. This allows either the branch author or a PR reviewer to quickly check if any aliases need to be added to any deleted or moved pages.