Attach Forgejo PR merge commits for Ward validation #715
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#715
Loading…
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?
Forgejo pull-request runs check out the synthetic merge commit at detached HEAD. Ward repository verbs require a named branch with an upstream, so the lint workflow exits before ansible-sync-test or pre-commit executes.
Observed in PR 710 run 1973. The exact merge commit passes both Ward validation verbs after it is attached to a temporary local branch tracking origin/main.
Update the lint workflow to fetch branch refs and attach pull-request merge commits to an ephemeral local branch before invoking Ward. Preserve validation of the synthetic merge result rather than switching checkout to the pull-request head.
Ward product support for audited detached CI commits is tracked in coilyco-flight-deck/ward#1632.