JGithubRefs::create
Method to create an issue.
Signature
public function create(string
$user,
string
$repo,
string
$ref,
string
$sha )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$ref
- The name of the fully qualified reference.
-
$sha
- The SHA1 value to set this reference to.