brob/Get Algolia Issue Records
Get a number of related Issues from Algolia Bot Index
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | ID of this application in your Algolia account | yes | — |
| api_key | API key with search permissions to the index in your Algolia account | yes | — |
| index_name | Name of the index to search this record | yes | — |
| issue_title | Title from the Issue to base search on | yes | — |
| max_results | The maximum number of search results to return | no | 3 |
Outputs
| name | description |
|---|---|
| comment_body | A comment body that contains a default headline and some number of related issues as markdown |
| issues_list | Markdown representation of the results returned by Algolia. Output as a MD list |