Create Run Pull Request
Durably requests creation of a pull request for a completed run. The server generates the pull request content and creates the GitHub pull request after this request returns. Poll the URL in the Location response header until the creation succeeds or fails.
If a creation is already pending for the run, the response returns
that creation unchanged; any different model or force values in
the new request are ignored.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique run identifier (ULID).
Body
Response
Pull request creation was durably accepted
Durable status for the latest explicit pull request creation requested for a run.
Stable identifier for one explicit pull request creation request.
"01KYYK70WTZT2E551P3H5P0059"
Durable state of a pull request creation request.
pending, succeeded, failed Resolved model identifier used to generate the pull request content.
Whether creation was allowed for a run without a successful conclusion.
Minimal GitHub pull request link associated with a run.