bdougie/Deja View - Similar Issues Finder

Automatically comment on new issues with similar existing issues using semantic search

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 27, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bdougie/deja-view@ba3f54726d126767d0bd9662e4f9b2f5a67cc972 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chroma-api-keyChroma Cloud API keyyes
chroma-tenantChroma Cloud tenant IDyes
chroma-databaseChroma Cloud database namenodefault-database
github-tokenGitHub token for API accessyes${{ github.token }}
max-issuesMaximum number of issues to indexno200
similarity-thresholdMinimum similarity score to show (0.0-1.0)no0.7
max-similar-issuesMaximum number of similar issues to show in commentno5
index-on-runWhether to re-index the repository on each runnotrue
include-discussionsInclude discussions when indexing and searchingnofalse
comment-templateCustom comment template (use {issues_table} placeholder)no## 🔍 Similar Issues Found I found these similar issues that might be related: {issues_table} > This comment was automatically generated by [Deja View](https://github.com/bdougie/deja-view) using semantic similarity search.
namedescription
similar-issues-foundNumber of similar issues found
commentedWhether a comment was posted