potiuk opened a new pull request, #425:
URL: https://github.com/apache/airflow-steward/pull/425

   ## Why
   
   PR #47 (2026-05-04) promoted link-check to a hard gate: `fail: true`, 
`continue-on-error: false`, and `lychee` was added to `.asf.yaml`'s 
`required_status_checks`. Three places in the tree still describe the workflow 
as informational, contradicting actual behaviour.
   
   ## Updates
   
   - **`.github/workflows/link-check.yml` header** — claimed lychee was in 
informational mode and said to "flip `continue-on-error` off once the baseline 
reaches zero". The flag has been off since #47. Rewritten to describe the 
current hard-gate state + the bar for adding `.lychee.toml` excludes 
(genuinely-placeholder targets only).
   - **`CONTRIBUTING.md` § CI workflows entry** — claimed `continue-on-error: 
true` (it is false) and called lychee baseline-pending. Updated to describe the 
hard gate + point at `AGENTS.md § Before submitting` for the local pre-push 
invocation.
   - **`CONTRIBUTING.md` § CI gates bullet** — listed only prek + zizmor and 
called link-check informational. Updated to the actual gate set (prek, zizmor, 
lychee, every `tests-ok` matrix entry).
   
   Pure documentation; the workflow itself is unchanged.
   
   ## Test plan
   
   - [x] Re-swept for any remaining stale references — none left
   - [x] `prek run --files <edited>` — all green (markdownlint, typos, EOL, 
trailing-whitespace)
   - [ ] CI: lychee + tests-ok
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to