We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e0dc9 commit 95014b2Copy full SHA for 95014b2
.github/workflows/reusable-markdown-link-check.yml
@@ -15,9 +15,12 @@ jobs:
15
- uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
16
with:
17
# excluding links to pull requests and issues is done for performance
18
+ # stackexchange link fails with 403 when accessed by lychee
19
args: >
20
--include-fragments
21
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
22
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
23
+ --exclude "^https://softwareengineering.stackexchange.com/questions/29727"
24
--max-retries 6
25
+ --max-concurrency 1
26
.
0 commit comments