You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That linkcheck outputs only links in files that were changed, and if possible, only links in actual commits.
Potential solution
A potential solution was proposed in artefactual/archivematica-docs#463 - but it might introduce too much complexity for the purpose... The best option would be to manage this at the pre-commit level, locally.
After discussion, we took the decision to have linkcheck as a scheduled job instead, given that websites can go down and this mean we need to double check every test result.
I will close PRs that are not useful anymore and remove the linkcheck for now.
Current behavior
As it is, linkcheck outputs all outdated URLs, including those in files unrelated to the current PR.
An example of this: https://github.com/artefactual/archivematica-docs/actions/runs/9007494522/job/24747392272?pr=461#step:8:1
Expected behavior
That linkcheck outputs only links in files that were changed, and if possible, only links in actual commits.
Potential solution
A potential solution was proposed in artefactual/archivematica-docs#463 - but it might introduce too much complexity for the purpose... The best option would be to manage this at the pre-commit level, locally.
Related issue: #1689
The text was updated successfully, but these errors were encountered: