Skip to content

Commit 1f79b12

Browse files
authored
[chore] Fix lychee test (#5838)
1 parent 17938fa commit 1f79b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lychee.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ exclude = [
2323
"https://github.com/signalfx/splunk-otel-collector/tree/main/internal/exporter/httpsinkexporter", # exporter was deleted
2424
"https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter", # exporter was deleted
2525
"https://github.com/.*/(pull|issues)/[0-9]+", # We have too many PR and issues links in CHANGELOG.md that we allways run out of the rate limit
26+
"https://bugs.mysql.com/*", # Failing with 403 Forbidden. Likely rejecting the user agent
2627
]

0 commit comments

Comments
 (0)