github.pr.open
Create a pull request, queuing the action for admin approval before execution.
Instructions
Open a GitHub pull request (v1.0.0). Creates a pending action that requires admin approval before executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| title | Yes | Pull request title | |
| head | Yes | Branch to merge from | |
| base | Yes | Branch to merge into | |
| body | No | Pull request description | |
| draft | No | Create as draft PR |