cs50victor/pr_dedupe
finds duplicate or similar pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| min_similarity | Minimum similarity to check for (i.e display all PRs that are 80% > similar ) | no | 80 |
| top_k | Number of matching PRs to return | no | 10 |
| vector_db | Name of the vector database to use. (currently support 'upstash') | no | upstash |
| token | The GitHub token to use for downloading the action, defaults to workflow token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| similar_prs | Stringified json containing a list of similar PRs |
| similar_prs_markdown | Github Markdown containing the list of similar PRs |