JGithubPulls::create
Method to create a pull request.
Signature
public function create(string
$user,
[string
$repo = '',
[string
$title = '',
[string
$base = '',
[string
$head = '',
[string
$body = '']]]]] )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$title
- The title of the new pull request.
-
$base
- The branch (or git ref) you want your changes pulled into. This
-
$head
- The branch (or git ref) where your changes are implemented.
-
$body
- The body text for the new pull request.
Returns