weaviate/Weaviate Issue Similarity Commenter
Checks new GitHub issues for semantic similarity in Weaviate and comments if a match is found.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_body | The body of the issue to check for similarity | yes | — |
| issue_number | The number of the issue to check for similarity | yes | — |
| weaviate_url | Weaviate instance URL | yes | — |
| weaviate_api_key | Weaviate API key | no | "" |
| github_token | GitHub token for posting comments | yes | — |
| collection_name | Weaviate collection name in which to search for similar issues | no | GitHubIssues |
| github_repository | GitHub repository in which the issue was created, use the format "owner/repo". For example: "weaviate/weaviate" | no | — |
Outputs
| name | description |
|---|---|
| found_similar_issue | Whether a similar issue was found |
| comment_posted | Whether a comment was successfully posted |
| error_message | Error message if the action failed |