Story
In the overlay repository, plugin maintainers will add external links into the metadata.links section and as well in the (markdown) spec.description.
It would be great if these links would be checked regular and on a change if these links are still exist/valid.
Background
This is a follow-up on https://github.com/redhat-developer/rhdh-plugin-export-overlays/pull/1813 and https://github.com/redhat-developer/rhdh-plugin-export-overlays/pull/1867
Acceptance Criteria
- A GitHub workflow that runs regularly (how can it report issues?) and on a yaml change that validates if these links (in metadata.links and in spec.description) still exists.
One option could be to run this directly in the GH workflow/action or to improve the marketplace-cli for this...