External DocumentationTo learn more, visit the GitHub documentation.
Parameters
Parameter | Description |
---|---|
Body | The contents of the pull request. |
Owner | The organization or person who owns the repository. github.com// |
Repo | Name of the repository owned by the owner. github.com// |
Source Branch | The name of the branch where your changes are implemented. |
Target Branch | The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository. |
Title | The title of the new pull request. |