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 b29e9cb commit 30265cdCopy full SHA for 30265cd
.github/workflows/reusable-markdown-link-check.yml
@@ -17,6 +17,6 @@ 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-contrib/(issue|pull)/\\d+$"
+ --exclude "^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$"
21
--max-retries 6
22
.
0 commit comments