Skip to content

Commit 06322a5

Browse files
committed
[doc] linkspector should check only changed documentation lines
Unfortunately this change will prevent us from discovering broken links in files which have a reference to the affected ones. However, checking too many links causes sometimes "Too Many Requests" error, so we would be getting some false positives.
1 parent c198a6b commit 06322a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
github_token: ${{ secrets.github_token }}
1313
reporter: github-pr-check
1414
fail_level: any
15-
filter_mode: nofilter
15+
filter_mode: added

0 commit comments

Comments
 (0)