Skip to main content
POST
Explicitly link a Wardin session to a GitHub PR outcome — the universal escape hatch for CI pipelines or setups the webhook receiver cannot reach (§3(e))

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sessionId
string
required

Wardin session id to attribute the PR outcome to

pr
string
required

PR identity as owner/repo#N

Example:

"acme/widgets#123"

outcome
enum<string>
required
Available options:
merged,
closed

Response