devops -> main #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "devops"
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?
Automated PR from CI pipeline.
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.