redis-learn/Redis Repo Memory
Give your repository a memory — surfaces related PRs, issues, and commits using Redis vector search.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| redis-url | Redis connection URL for the memory store. e.g. redis://default:<password>@<host>:<port> A Redis Cloud free-tier database works fine — https://redis.io/try-free/ | yes | — |
| openai-api-key | OpenAI API key used to generate text embeddings (text-embedding-3-small). Only the Embeddings API is called, so a low-usage key is sufficient. | yes | — |
| github-token | GitHub token for posting PR comments and commit statuses. The default ${{ github.token }} works as long as the workflow grants pull-requests: write and statuses: write permissions. | no | ${{ github.token }} |
| upstream-repo | Optional upstream repository to include in memory search results, in "owner/repo" format (e.g. redis/docs). Useful when running in a fork so the action can surface context from the upstream repo's history. | no | "" |
Outputs
no outputs