cs50victor/pr_dedupe

finds duplicate or similar pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
min_similarityMinimum similarity to check for (i.e display all PRs that are 80% > similar )no80
top_kNumber of matching PRs to returnno10
vector_dbName of the vector database to use. (currently support 'upstash')noupstash
tokenThe GitHub token to use for downloading the action, defaults to workflow tokenyes${{ github.token }}
namedescription
similar_prsStringified json containing a list of similar PRs
similar_prs_markdownGithub Markdown containing the list of similar PRs