summaryrefslogtreecommitdiffhomepage
path: root/script/triage-unassigned.ts
AgeCommit message (Collapse)Author
2026-05-03ignore: remove triage-unassigned.ts scriptDax Raad
This script was used to batch-triage open GitHub issues without assignees. Removing as the triage workflow has evolved and this batch approach is no longer needed.
2026-05-03core: simplify triage workflow to focus on issue ownershipDax Raad
Switch triage agent to gpt-5.4-nano for faster issue assignment. Remove label management from the triage tool so it only assigns owners based on team ownership rules. This reduces noise in the issue tracker and ensures issues get to the right team member immediately without unnecessary labels. Update team structures to reflect current ownership and add script for processing unassigned issues.