-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Additional options name, default_branch_only for create a fork #2448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
2acb13a
to
47ba7fc
Compare
@@ -53,7 +53,9 @@ func (s *RepositoriesService) ListForks(ctx context.Context, owner, repo string, | |||
// RepositoriesService.CreateFork method. | |||
type RepositoryCreateForkOptions struct { | |||
// The organization to fork the repository into. | |||
Organization string `url:"organization,omitempty"` | |||
Organization string `url:"organization,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #2448 +/- ##
=======================================
Coverage 98.03% 98.03%
=======================================
Files 122 122
Lines 10690 10690
=======================================
Hits 10480 10480
Misses 144 144
Partials 66 66
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
All reactions
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @valbeat !
LGTM.
Merging.
Sorry, something went wrong.
All reactions
Thank you, @gmlewis ! |
All reactions
-
👍 1 reaction -
❤️ 1 reaction
Sorry, something went wrong.
gmlewis
Successfully merging this pull request may close these issues.
Additional options name, default_branch_only for create a fork
resolves #2447