github source
pass
github.search_issues()
passSearch GitHub issues and pull requests.
table function captured 2026-08-30 07:11:23Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| q | required | — |
| mode | optional | — |
| advanced | optional | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_issues(q => 'opencode is:issue') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 9020 ms | 10 | false | title, html_url, score, state, number, user_login, repository_url, created_at |
| 2 | 10956 ms | 10 | false | title, html_url, score, state, number, user_login, repository_url, created_at |
Sample row (last trial)
{
"title": "opencode",
"html_url": "https://github.com/huggingface/huggingface.js/issues/2396",
"score": "1.0",
"state": "open",
"number": "2396",
"user_login": "Legendary-Brilliantforous",
"repository_url": "https://api.github.com/repos/huggingface/huggingface.js",
"created_at": "2026-08-21T05:20:18Z",
"updated_at": "2026-08-21T05:20:18Z",
"closed_at": "",
"comments": "0",
"labels": "[]",
"label_names": "",
"assignees": "[]",
"assignee_logins": "",
"pull_request": "",
"pull_request__html_url": "",
"pull_request__url": "",
"is_pull_request": "false"
}