Skip to content

Commit

Permalink
Added link to 429 config options
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson authored Nov 23, 2020
1 parent e3c371c commit 28631ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This GitHub action checks all Markdown files in your repository for broken links
- [Scheduled runs](#scheduled-runs)
- [Disable check for some links](#disable-check-for-some-links)
- [Check only modified files in a pull request](#check-only-modified-files-in-a-pull-request)
- [Status code 429: Too many requests](#too-many-requests)
### Custom variables
You customize the action by using the following variables:
Expand Down Expand Up @@ -160,6 +161,10 @@ jobs:
file-path: './README.md, ./LICENSE, ./md/file4.markdown'
```

### Too many requests
Use `retryOn429`, `retry-after`, `retryCount`, and `fallbackRetryDelay` in your custom configuration file.
See https://github.com/tcort/markdown-link-check#config-file-format for details.

## Versioning
GitHub Action - Markdown link check follows the [GitHub recommended versioning strategy](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md).

Expand Down

0 comments on commit 28631ee

Please sign in to comment.