It seems that Github links return 429 (Too many requests) HTTP error since awesome-lint sends too many requests to Github concurrently. It would be better to suppress the no-dead-urls lint error or find a way to setup delays between the requests.
Originally created by @ssowonny on GitHub (Mar 27, 2020).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/363
It seems that Github links return 429 (Too many requests) HTTP error since [awesome-lint](https://github.com/sindresorhus/awesome-lint#readme) sends too many requests to Github concurrently. It would be better to suppress the `no-dead-urls` lint error or find a way to setup delays between the requests.
@jessicalostinspace commented on GitHub (Mar 30, 2020):
I've put in a temporary fix to disable the no-dead-urls check until a more robust solution is implemented in the base linter. We should leave this issue up until a fix is put into place so the temporary fix can be removed: https://github.com/sdras/awesome-actions/pull/377.
<!-- gh-comment-id:605814488 -->
@jessicalostinspace commented on GitHub (Mar 30, 2020):
I've put in a temporary fix to disable the no-dead-urls check until a more robust solution is implemented in the base linter. We should leave this issue up until a fix is put into place so the temporary fix can be removed: https://github.com/sdras/awesome-actions/pull/377.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ssowonny on GitHub (Mar 27, 2020).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/363
It seems that Github links return 429 (Too many requests) HTTP error since awesome-lint sends too many requests to Github concurrently. It would be better to suppress the
no-dead-urlslint error or find a way to setup delays between the requests.@jessicalostinspace commented on GitHub (Mar 30, 2020):
I've put in a temporary fix to disable the no-dead-urls check until a more robust solution is implemented in the base linter. We should leave this issue up until a fix is put into place so the temporary fix can be removed: https://github.com/sdras/awesome-actions/pull/377.
@ssowonny commented on GitHub (Mar 30, 2020):
@jessicalostinspace Awesome, thanks 👍
@sdras commented on GitHub (Aug 27, 2020):
Just fixed this :) Thanks!