github source
pass
github.search_commits()
passSearch GitHub commits.
table function captured 2026-08-30 07:08:16Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| q | required | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_commits(q => 'opencode') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 10123 ms | 289 | false | sha, html_url, message, author_login, repository_full_name, score |
| 2 | 9550 ms | 289 | false | sha, html_url, message, author_login, repository_full_name, score |
Sample row (last trial)
{
"sha": "f68181eeb90f1250ca064c35929cf77daae86a8e",
"html_url": "https://github.com/datit309/supergraph/commit/f68181eeb90f1250ca064c35929cf77daae86a8e",
"message": "feat(opencode): install globally to ~/.config/opencode",
"author_login": "",
"repository_full_name": "datit309/supergraph",
"score": "1.0"
}