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 874bfd8 commit 5c10b1fCopy full SHA for 5c10b1f
.github/workflows/reusable-markdown-link-check.yml
@@ -17,7 +17,7 @@ jobs:
17
# excluding links to pull requests and issues is done for performance
18
args: >
19
--include-fragments
20
- --exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issue|pull)/\\d+$"
+ --exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
21
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
22
--max-retries 6
23
.
0 commit comments