Skip to content

Commit 95014b2

Browse files
authored
Try to fix link check rate limiting (#13816)
1 parent 69e0dc9 commit 95014b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
- uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
1616
with:
1717
# excluding links to pull requests and issues is done for performance
18+
# stackexchange link fails with 403 when accessed by lychee
1819
args: >
1920
--include-fragments
2021
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
2122
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
23+
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
2224
--max-retries 6
25+
--max-concurrency 1
2326
.

0 commit comments

Comments
 (0)