Try to fix link check rate limiting (#13816)

This commit is contained in:
Lauri Tulmin 2025-05-06 09:36:19 +03:00 committed by GitHub
parent 69e0dc9d72
commit 95014b2ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -15,9 +15,12 @@ jobs:
- uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
with:
# excluding links to pull requests and issues is done for performance
# stackexchange link fails with 403 when accessed by lychee
args: >
--include-fragments
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
--max-retries 6
--max-concurrency 1
.