Skip to content

Commit cb7ca8f

Browse files
committed
Ignore rate-limit errors during Markdown link check.
1 parent 25db739 commit cb7ca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/check-md-links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
}
88
}
99
],
10-
"aliveStatusCodes": [200, 500, 503]
10+
"aliveStatusCodes": [200, 500, 503, 429]
1111
}

0 commit comments

Comments
 (0)