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