The GitHub Actions job "link-check" on airflow-steward.git/docs/mission-md has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9977530c2bd3e166fde1ebfbb0baf769861f0f4e / Jarek Potiuk <[email protected]> fix(MISSION): use backticked <PROJECT_NAME> placeholder CI flagged two failures stemming from the same root cause: - markdownlint MD051 — the doctoc-generated TOC entry pointed at `#apache-ltproject_namegt`, which is not a fragment GitHub actually renders. The H1 used HTML entities (`<PROJECT_NAME>`) to keep the angle brackets visible, but doctoc slugified the literal `<` / `>` characters. - lychee — same fragment-not-found error against the same anchor. Fix: replace `<PROJECT_NAME>` with backticked `<PROJECT_NAME>` throughout the document (matches the rest of the framework's docs, where placeholders like `<tracker>`, `<upstream>`, `<security-list>` are consistently backticked). Doctoc regenerates a clean `#apache-project_name` anchor. Generated-by: Claude Code (Claude Opus 4.7) Report URL: https://github.com/apache/airflow-steward/actions/runs/25378930962 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
