-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add "new_name" parameter to repo transfer request (#2787) #2788
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. |
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, @kgalli !
After you make the requested change, please run "go generate ./..." and push (not force-push) the results to this PR, as described in CONTRIBUTING.md.
Codecov Report
@@ Coverage Diff @@
## master #2788 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 132 132
Lines 11650 11650
=======================================
Hits 11424 11424
Misses 154 154
Partials 72 72
|
@gmlewis thanks for the hint. I updated the code and run the generate command. Have to admit I haven't thought about the accessors. Very nice that you have generators in place for that. |
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, @kgalli !
LGTM.
Merging after tests pass.
Resolves: #2787