Runs
Get Run Pull Request Creation
Returns the latest explicit pull request creation requested for this run.
get/api/v1/runs/{id}/pull_request/creation
Path parameters
idstring required
Unique run identifier (ULID).
Response
Latest pull request creation state
Example response
{
"id": "01KYYK70WTZT2E551P3H5P0059",
"pull_request": {
"owner": "fabro-sh",
"repo": "fabro",
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
}
}