mackgorski/AI-Powered GitHub Issue Duplicates & Relations Detector
Automatically detect duplicate and related GitHub issues using AI embeddings and GPT analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-api-key | OpenAI API key for embeddings and analysis | yes | — |
| duplicate-threshold | Similarity threshold for duplicate detection (0-1) | no | 0.85 |
| related-issue-threshold | Similarity threshold for related issues (0-1) | no | 0.82 |
| embedding-model | OpenAI embedding model to use | no | text-embedding-3-large |
| max-issues-to-process | Maximum number of issues to process in a single run | no | 100 |
| issue-number | Specific issue number to check (if not triggered by issue event) | no | — |
Outputs
no outputs