Files
Mason Daugherty d480a7ac07 ci(infra): put the minimums PR link first in the job summary (#5917)
The dependency-minimums workflow writes its raised-bounds table to the
job summary in the "Raise dependency minimums" step, then writes the
`**PR:** …` link in a later step. GitHub concatenates per-step summaries
in order, so the link always landed below the table
([example](https://github.com/langchain-ai/deepagents/actions/runs/33117531628/attempts/1#summary-98675922373)).

Adds a `_prepend_step_summary` helper next to `_write_step_summary` in
`check_release_deps.py` that rewrites the summary file with the new
block ahead of whatever earlier steps already wrote, and switches both
PR-link writes — the already-open skip path and the newly-opened path —
to use it, so the link is the first line of the job summary.
2026-08-27 19:12:14 -04:00
..