refactor(skills): move github-issue-triage to workspace-specific skills

This commit is contained in:
Coco Sheng
2026-04-08 16:12:07 -04:00
parent 71154cc4bc
commit 9263ce45fa
4 changed files with 1 additions and 1 deletions
@@ -63,7 +63,7 @@ async function analyzeIssue(issueLink, maintainersList) {
result.is_feature_request = result.labels.some(l => {
const lower = l.toLowerCase();
return lower.includes('feature') || lower.includes('enhancement');
});
}) || issue.title.toLowerCase().includes('feature') || issue.title.toLowerCase().includes('proposal');
result.is_high_priority = result.labels.some(l => {
const lower = l.toLowerCase();