Commit e2ff1ad
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 fail1 parent c1f9164 commit e2ff1ad
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | | - | |
0 commit comments