devops -> main #61

Merged
akinus merged 1 commit from devops into main 2026-06-28 03:45:41 +00:00

Automated PR from CI pipeline.

Automated PR from CI pipeline.
fix(level3): branch fix-prompt by label (bug vs enhancement)
All checks were successful
Level 2 — Devops / build-iterate (push) Successful in 1m38s
Level 2 — Devops / create-pr (push) Successful in 6s
Level 2 — Devops / close-merged-issue (push) Successful in 10s
900fd602a3
The fix-prompt template was akclip-specific (referenced src/clipboard/*.rs)
and biased toward minimal-change fixes, which is wrong for enhancement
issues that may need to scaffold a project from scratch.

Now:
- Read the issue's labels via ${{ join(...labels.*.name, ',') }}.
- Switch the prompt into 'bug' mode (minimal fix) or 'enhancement' mode
  (implement the feature, may be large, may need new files + dependencies).
- 'other' falls back to the original minimal-change language.

Also removed akclip-specific file references and replaced the language-
specific build commands with language-aware hints (cargo for Rust,
npm for Node, etc.) so the template works for any repo the pipeline
is installed on.
akinus merged commit 4bde461631 into main 2026-06-28 03:45:41 +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!61
No description provided.