Skip to main content
POST
Report Automation GitHub Check

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.

Path Parameters

checkRunId
integer
required

GitHub check run ID, as given to the agent in its prompt.

Body

application/json
token
string
required

Ownership token for this check run, as given to the agent in its prompt. Names which run the verdict came from, so a superseded run's verdict is discarded instead of overwriting a newer one.

conclusion
enum<string>
required

Only the two conclusions a merge gate reads unambiguously are accepted.

Available options:
success,
failure
title
string
required

One-line verdict shown on the check.

summary
string

What was checked and why it passed or failed. Defaults to the title.

Response

Verdict processed

reported
boolean
required

False when a newer run of the automation owns the check and this verdict was discarded.

name
string
required

The check run's name.