You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param boolean $public `true` for public, `false` for private
62
+
* @param null|string $organization username of organization if applicable
63
+
* @param boolean $hasIssues `true` to enable issues for this repository, `false` to disable them
64
+
* @param boolean $hasWiki `true` to enable the wiki for this repository, `false` to disable it
65
+
* @param boolean $hadDownloads `true` to enable downloads for this repository, `false` to disable them
66
+
* @param integer $teamId The id of the team that will be granted access to this repository. This is only valid when creating a repo in an organization.
67
+
* @param boolean $autoInit `true` to create an initial commit with empty README, `false` for no initial commit
0 commit comments