mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-08-28 05:00:04 -04:00
d480a7ac07
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.