github source
pass
View version history →
github.repo_action_oidc_customization_sub
passGet the customization template for an OIDC subject claim for a repository
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
owner, repo captured 2026-08-31 07:57:58Zmedian 43313 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 33541 ms | 34882 ms | 36223 ms | [1, 1] | 0 |
| realistic | 2 | 37070 ms | 43313 ms | 49557 ms | [1, 1] | 0 |
| edge | 2 | 30239 ms | 42391 ms | 54543 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 34882ms
scale: 0–36223 ms
realisticmedian 43313ms
scale: 0–49557 ms
edgemedian 42391ms
scale: 0–54543 ms
Probe variants — every command + output
minimal
2 trialsmin 33541ms · median 34882ms · max 36223ms · rows 1,1
smallest valid query
Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1Trials + output
trial 1·36223ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
trial 2·33541ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
realistic
2 trialsmin 37070ms · median 43313ms · max 49557ms · rows 1,1
typical user query
Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25Trials + output
trial 1·49557ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
trial 2·37070ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
edge
2 trialsmin 30239ms · median 42391ms · max 54543ms · rows 1,1
edge: larger limit
Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200Trials + output
trial 1·30239ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
trial 2·54543ms·rows 1isError=false
First row (click to expand JSON)
{
"include_claim_keys": "",
"owner": "anomalyco",
"repo": "opencode",
"use_default": "true"
}columns (4)
include_claim_keysownerrepouse_default
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | — | anomalyco | opencode | true |
| 2 | 1 | — | anomalyco | opencode | true |
| 1 | 2 | — | anomalyco | opencode | true |
| 2 | 3 | — | anomalyco | opencode | true |
| 1 | 4 | — | anomalyco | opencode | true |
| 2 | 5 | — | anomalyco | opencode | true |
Column profile
4 columns actually returned by coral. Catalog claims "2 required filter(s)": "owner, repo". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | include_claim_keys | — | 0 | 6 | empty |
| 2 | owner | string | 6 | 0 | "anomalyco" |
| 3 | repo | string | 6 | 0 | "opencode" |
| 4 | use_default | string | 6 | 0 | "true" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 36223ms | 1 | ok | include_claim_keys, owner, repo |
| minimal | t2 | 33541ms | 1 | ok | include_claim_keys, owner, repo |
| realistic | t1 | 49557ms | 1 | ok | include_claim_keys, owner, repo |
| realistic | t2 | 37070ms | 1 | ok | include_claim_keys, owner, repo |
| edge | t1 | 30239ms | 1 | ok | include_claim_keys, owner, repo |
| edge | t2 | 54543ms | 1 | ok | include_claim_keys, owner, repo |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.Columns coral returned (4)
include_claim_keysownerrepouse_default
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:57:58ZJSON record:
reports/github/tables/repo_action_oidc_customization_sub.jsonfirst_run_at:
2026-08-31T07:57:58Zlast_retried_at:
2026-08-31T07:57:58Zretry_count:
0