Skip to content

Commit 5c10b1f

Browse files
authored
Fix link exclusion (#13723)
1 parent 874bfd8 commit 5c10b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# excluding links to pull requests and issues is done for performance
1818
args: >
1919
--include-fragments
20-
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issue|pull)/\\d+$"
20+
--exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\\d+$"
2121
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
2222
--max-retries 6
2323
.

0 commit comments

Comments
 (0)