devops -> main #55

Merged
akinus merged 1 commit from devops into main 2026-06-28 01:51:53 +00:00

Automated PR from CI pipeline.

Automated PR from CI pipeline.
fix(level3): add checkout + preflight to triage job
All checks were successful
Level 2 — Devops / build-iterate (push) Successful in 1m32s
Level 2 — Devops / create-pr (push) Successful in 6s
Level 2 — Devops / close-merged-issue (push) Successful in 12s
15a277d2dd
The triage job had no actions/checkout step, so the job container started
with an empty /workspace/akinus/akclip directory. When opencode ran the
triage prompt and saw no source code, it conservatively chose action=skip
on the first end-to-end test (issue #54).

Add a shallow actions/checkout@v4 (fetch-depth: 1) so opencode can read
the codebase during triage and make an informed fix/comment/skip decision.
Also add a preflight step that fails loudly if opencode is not on PATH or
github.token is empty, matching the other AI-touching jobs.
akinus merged commit 34b1f9e5af into main 2026-06-28 01:51:53 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
akinus/akclip!55
No description provided.