Skip to content

Commit e714608

Browse files
authored
fix: exclude GitHub compare links from lychee checks (#10)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 1a59db1 commit e714608

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/config/lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ remap = [
1717
exclude = [
1818
# Google Docs links are often rate-limited and not critical to validate in this repository,
1919
# so we exclude them to avoid false positives and improve performance
20-
"https://docs.google.com/.*"
20+
"https://docs.google.com/.*",
21+
# Release Please generates compare links for future releases that 404 until the release is published
22+
"https://github.com/.*/compare/.*"
2123
]

0 commit comments

Comments
 (0)