ansible-freshen: fail on uncommitted/stash/unmerged + blocked pulls; report repos needing push #252
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/infrastructure#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
coily ansible-freshengit sweep (git role +ansible/library/repo_status.py) reported repos needing attention but never failed the run, and stashes / unmerged local branches were flagged but excluded fromaction_required. There was also no dedicated surface for "this repo just needs a push."Make the freshness command:
BLOCKED), alongside the existing in-progress-op / detached-HEAD / mirror-drift signals.origin), which must never fail the run.Implementation:
repo_status.py: foldstashes+stale(unmerged branches) into_is_action_required; add_push_pending+ aneeds_pushoutput list.needs_pushinformationally; surfaceaction_required.freshen.yml: apost_tasksfreshness gate (ansible.builtin.fail) fails the whole run onaction_required, deferred so every role converges and all reports print first.