JGithubPulls::createFromIssue
Method to create a pull request from an existing issue.
Signature
public function createFromIssue(string
$user,
string
$repo,
integer
$issueId,
string
$base,
string
$head )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$issueId
- The issue number for which to attach 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.
Returns