Skip to content

Conversation

@sak23042006
Copy link
Contributor

@sak23042006 sak23042006 commented Oct 2, 2025

πŸš€ Pull Request Checklist

Please ensure the following before requesting a review:

  • βœ… My issue is assigned to me, and I have not taken up another task simultaneously.
  • πŸ” I have pulled the latest changes from the main branch.
  • πŸ§ͺ My code is tested and does not break existing functionality.
  • πŸ“š I have added/updated documentation wherever necessary.
  • 🧹 My code follows the project’s coding standards.
  • ✍️ My commits are clear and meaningful.
  • 🧾 I have linked the issue this PR addresses with Closes #141.

πŸ“Œ Related Issue

Closes #141


🧠 Description

This PR introduces seroski-dupbot, an AI-powered duplicate issue detection system.

The bot uses embeddings + vector search to compare new issues against existing ones, and applies a three-tier detection system:

  • < 5.5 β†’ considered unique, no action taken.
  • 5.5 – 8.5 β†’ flagged as potentially duplicate; bot comments for manual review.
  • > 8.5 β†’ automatically closed as a duplicate with a comment.

This significantly reduces noise in repositories, improves issue triage, and ensures maintainers can focus on genuine issues while avoiding clutter from duplicates.


βœ… Type of Change

  • πŸ’‘ Feature

πŸ“ Additional Notes (Optional)

  • Implemented auto-close for clear duplicates.
  • Left manual review option for borderline cases to avoid false positives.
  • Future scope: Extend support for multi-repo duplication checks.

@vercel
Copy link

vercel bot commented Oct 2, 2025

@sak23042006 is attempting to deploy a commit to the Annanya's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

πŸ™Œ Thanks @sak23042006 for raising this PR!
Our team will review it soon ⏳ β€” meanwhile, please make sure your PR follows our contributing guidelines πŸ‘‰ Contributing Guidelines πŸŽ‰

@Annanyatiwary4 Annanyatiwary4 merged commit b2b793a into DevSyncx:main Oct 3, 2025
1 of 2 checks passed
@github-actions
Copy link

github-actions bot commented Oct 3, 2025

πŸŽ‰πŸŽ‰ Thank you for your contribution! Your PR #157 has been merged! πŸŽ‰πŸŽ‰

@Annanyatiwary4 Annanyatiwary4 added documentation Improvements or additions to documentation enhancement New feature or request gssoc25 Only for Gssoc 25 contributors Level 2 hacktoberfest-accepted only for hacktoberfest 2025 candidate Level 3 and removed Level 2 labels Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request gssoc25 Only for Gssoc 25 contributors hacktoberfest-accepted only for hacktoberfest 2025 candidate Level 3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] AI-Powered Duplicate Issue Detection

2 participants