create_pull_request
Create a pull request by describing changes to make in a repository. The tool automatically generates a PR when work completes based on your specifications.
Instructions
Create a session that will result in a pull request.
This is a convenience wrapper around create_session that instructs Jules to create a PR. The session will automatically create a merge/pull request when the work is complete.
Args: prompt: Description of changes to make (be specific about what you want) source: Resource name of the source repository (e.g., "sources/github/owner/repo") branch: Optional base branch to create PR against (defaults to repository default) title: Optional title for the session/PR
Returns: Created session details - check the 'outputs' field for PR URL once completed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| source | Yes | ||
| branch | No | ||
| title | No |