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
Mimicking the pr-link-check workflow outside of the company network didn't yield any false positives!
While mimicking false positives in this and other PRs, I eventually discovered that lychee dumps only part of links at times (some files are skipped?). lychee's Troubleshooting section suggests "breaking the check into multiple lychee runs with different exclusion/inclusion rules". It might help resolve such false positives.
Actions required:
Update the pr-link-check workflow to have the links dumped from the commit after which the feature branch was created
git checkout -b <feature-branch>-main
git reset --hard HEAD (discard all feature branch commits)
dump all links using lychee
The check should be localized only to added content, because otherwise the merge might fail in case of malfunction of url in unrelated content.
The text was updated successfully, but these errors were encountered: