Mark draft pull requests as ready for review.
Transitions the specified PRs from DRAFT to OPEN status. Use after cross-repo changes are verified.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a Polygraph app session URL (/s/<session-id> or /orgs/<org-id>/sessions/<session-id>). |
prUrls | array | yes | URLs of the pull requests to mark as ready for review. |
agentSessionId | string | no | The AI agent session ID. Can be used to resume the session later. |