JGithubPulls::merge
Method to merge a pull request.
Signature
public function merge(string
$user,
[string
$repo = '',
[integer
$pullId = '',
[string
$message = '']]] )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$pullId
- The pull request number.
-
$message
- The message that will be used for the merge commit.