The GitHub Actions job "link-check" on airflow-steward.git/fix/link-check-hard-gate has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6153f1950448ed5c194c3310050b614084602e0f / Jarek Potiuk <[email protected]> ci(lychee): pin lycheeVersion to v0.23.0; fix dangling registry.py link Two follow-ups on top of the rebase: 1. Pin `lycheeVersion: v0.23.0` in `link-check.yml` and switch `.lychee.toml` to the boolean `include_fragments = true` that v0.23.x expects. The original PR landed `.lychee.toml` with the v0.24+ enum form `include_fragments = "anchor-only"`, which v0.23.0 (the `[email protected]` default) rejects with *"expected a boolean"*. The natural fix is to bump the binary to v0.24+, but v0.24 changed the release-archive layout — the executable is now nested under `lychee-<arch>-<os>/` rather than at the top level — and the v2.8.0 action's install step still hard-codes the top-level layout, so `install -t … lychee` exits with *"cannot stat"*. Bumping the action SHA to one that handles the new layout is blocked on the ASF infrastructure-actions allowlist (only the `8646ba30...` v2.8.0 SHA is approved today). Until the allowlist gains a newer entry, the binary has to stay on v0.23.x and the config has to match. Pin the binary explicitly so the action's default version drifting later does not break us silently. The toml comment leaves the migration note in place so the next bumper flips both back together. 2. Fix a dangling internal link in `tools/privacy-llm/models.md`. That file links to `redactor/src/redactor/registry.py`, which does not exist yet (the same paragraph already says *"once PR-3 lands the gate-call wiring"*). The link slipped past CI because the link-check was still informational at the time PR #48 merged. Convert the markdown link into inline code so the forward-reference reads the same but stops claiming the file exists. This is exactly the regression PR #47's hard gate is meant to catch. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/airflow-steward/actions/runs/25344064002 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
