Skip to content

Commit e2ff1ad

Browse files
authored
[chore] Fix lychee config keys (#14706)
Fixes the CI job https://github.com/open-telemetry/opentelemetry-collector/actions/runs/22696233513/job/65804104304 The changelog link checker CI started failing after #14676 bumped `lycheeverse/lychee-action` from v2.7.0 to v2.8.0, which bundles lychee v0.23.0. lycheeverse/lychee#1906 made unknown TOML keys a hard error instead of silently ignoring them. The two keys in `.github/lychee.toml` used hyphens (`include-fragments`, `max-retries`), but the actual struct field names use underscores (`include_fragments`, `max_retries`). I'm disabling the options for now to keep the behavior as is. Will try to actually introduce the fragments check after that. I assume they might fail
1 parent c1f9164 commit e2ff1ad

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/lychee.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
include-fragments = true
2-
31
accept = ["200..=299", "429"]
42

53
exclude = [
64
"^http(s)?://localhost",
75
"^http(s)?://example.com"
86
]
9-
10-
# better to be safe and avoid failures
11-
max-retries = 6

0 commit comments

Comments
 (0)