AIHawk-co / Auto_Jobs_Applier_AI_Agent

Auto_Jobs_Applier_AI_Agent by AIHawk is an AI Agent that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
https://aihawk.co/
Other
22.18k stars 3.26k forks source link

[FEATURE]: automatically find duplicate issues - when user files issue on GitHub #808

Open surapuramakhil opened 2 days ago

surapuramakhil commented 2 days ago

Feature summary

No response

Feature description

GitHub does not have a fully automated, out-of-the-box feature that suggests similar issues in real-time as you type, similar to Stack Overflow's system. However, there are some built-in and customizable features that can help streamline the process of identifying related issues:

currently - GitHub Issues Search While it is manual, GitHub provides a powerful search feature within the Issues section of repositories. Users can search by keywords and use advanced filters (e.g., labels, assignees) to find related issues. This is not automatic - user needs to take responsibility and do these checks before raising request.

Proposal to have GitHub Actions for Automating Suggestions While not a default feature, GitHub Actions can be configured to automate parts of the issue-raising process. For example, you can create a workflow that triggers when a new issue is created and automatically searches the repository for similar issues using keywords from the issue title or body. The results could then be posted as a comment on the newly created issue, suggesting related issues for review

There are bunch of plugins which we can use. https://github.com/marketplace?query=duplicate+issue

Motivation

No response

Alternatives considered

No response

Additional context

No response