Runs
Close Run Pull Request
Closes the stored pull request for a run on GitHub.
post/api/v1/runs/{id}/pull_request/close
Path parameters
idstring required
Unique run identifier (ULID).
Response
Pull request closed
Example response
{
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
}