Mark draft pull requests as ready for review.
Transitions the specified PRs from DRAFT to OPEN status. Use after cross-repo changes are verified. Optionally records the agent session ID.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph 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. |