fix: first needs to be issue body
All checks were successful
Dependabot Auto-Merge / dependabot (pull_request) Has been skipped
Dependabot Auto-Merge / devopsbot (pull_request) Has been skipped
Dependabot Auto-Merge / rennovatebot (pull_request) Has been skipped
COMMIT LINT / commitlint (pull_request) Successful in 1m40s
Unit Tests / unittest (pull_request) Successful in 48s

This commit is contained in:
2026-01-10 05:28:59 +00:00
parent 690428f569
commit 2b4d3f23e5
3 changed files with 72 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ Sends issue comment text to an embeddings API so issue discussions can be stored
## How it works
- Reads issue comments via the GitHub API.
- Builds a request payload using the first comment for `embed_text` and the latest comment for `store_text`.
- Reads issue body and comments via the GitHub API.
- Builds a request payload using the issue body for `embed_text` and the latest comment for `store_text`.
- POSTs the payload to the configured API URL with optional token auth.
## Inputs