Skip to content

Commit

Permalink
Ignore rate-limit errors during Markdown link check.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 5, 2024
1 parent 3059e8c commit 2664941
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/check-md-links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/", "https://classroom.github.com"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"aliveStatusCodes": [200, 500, 503, 429]
}

0 comments on commit 2664941

Please sign in to comment.