github source
pass
github.search_labels()
passSearch GitHub labels in a repository.
table function captured 2026-08-30 07:11:43Z
Verdict: TRUE
All trials returned rows, no errors.
Arguments
| Name | Required | Notes |
|---|---|---|
| repository_id | required | — |
| q | required | — |
| sort | optional | — |
| order | optional | — |
SQL used
SELECT * FROM github.search_labels(repository_id => 1296269, q => 'bug') LIMIT 10rendering…
Trials
| Trial | Latency | Rows | isError | First row keys |
|---|---|---|---|---|
| 1 | 9753 ms | 1 | false | id, name, description, color, url, score |
| 2 | 11451 ms | 1 | false | id, name, description, color, url, score |
Sample row (last trial)
{
"id": "600797884",
"name": "bug",
"description": "",
"color": "c5def5",
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
"score": "1.0"
}