Should AI automatically triage GitHub Issues? #200283
Replies: 4 comments
-
|
I would trust it as a starting point, but not completely. AI can save a lot of time by suggesting labels, priorities, and possible duplicates, especially in large projects. However, I think maintainers should still review the suggestions because context matters, and incorrect assignments could create extra work. |
Beta Was this translation helpful? Give feedback.
-
|
I think a hybrid approach is the sweet spot! Having AI do the heavy lifting in the background (like scanning for duplicates and suggesting labels) would save maintainers a massive amount of time, especially on big open-source projects. But it should definitely require a human to click approve before any labels or assignees actually go live. If the AI makes a wrong guess and hides a critical bug or pings the wrong contributor it ends up creating more messy cleanup work than it saves |
Beta Was this translation helpful? Give feedback.
-
|
I think it would save time, especially for repositories with a high volume of issues. Automatic labeling, duplicate detection, and suggested assignees could help maintainers triage issues more quickly. |
Beta Was this translation helpful? Give feedback.
-
|
I would trust AI triage as an assistant, not as the final decision-maker. It could be very useful for first-pass work like:
But I would be cautious about making those changes automatically without review. Issue triage often depends on project-specific context, roadmap priorities, maintainer availability, and subtle details that AI may miss. The best version, in my opinion, would be AI-generated suggestions with easy human approval, editing, or rejection. Maybe repositories could choose different modes:
So yes, I think AI triage could save a lot of time, especially for large repos, but it should be configurable and transparent. Maintainers should always be able to see why a label, priority, duplicate, or assignee was suggested. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Issues
Body
Imagine GitHub automatically assigning labels, priorities, duplicate detection, and suggested assignees.
Would you trust it, or would it create more work than it saves?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions