Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is stale on
mainnow, and it is the one place a reader would look before touching the publish pipeline.It says the Docker cutover has not happened yet, and it tells the reader not to remove the build/push steps. #206 overtook both (merged 2026-08-07 14:00, 75 minutes after this PR): it removed those steps from
.github/workflows/ci.yml(6 insertions, 104 deletions) and leftREADME.mduntouched. postguard#293, the cutover task this line points at, is CLOSED.ci.yml's header comment now reads:So the README and the workflow it describes contradict each other. The direction of the error is what makes it worth a follow-up: a reader trusting the README will preserve build/push steps that are already gone, or hold off archiving to wait for a cutover that already landed.
Suggested replacement for a follow-up PR (GitHub will not apply a suggestion block on a merged PR, so this is plain text):
That also drops the em dash, per the org README style rules.