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
- rename job IDs from broken-lint-checker to broken-link-checker (typo)
- fix buffer-size from INT32_MAX (2147483647) to 8MB (8388608)
- fix corrupted --exclude regex containing embedded markdown artifact
- fix [A-z] character class to [A-Za-z] in exclude regex
- escape literal dots in version number pattern in exclude regex
- escape dot in github.com in i18n exclude pattern
- simplify redundant if condition
- add timeout-minutes: 45
Fixes#2814
Signed-off-by: mishalshanavas <mishalshanavas8@gmail.com>
# Exclude any links that direct to the documentation or release notes of the non-latest version to limit the scanning to target to that of the latest version.
# Exclude any links that direct to the documentation or release notes of the non-release-2.5 version to limit the scanning to target to that of the release-2.5 version.
0 commit comments