-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Adding missing field important to find branch in fork from same owner #2873
Conversation
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, @r-aramizu !
Please run go generate ./...
in the top of the repo and then push (not force-push) the changes to this same PR, and that should fix the tests.
See CONTRIBUTING.md for more information.
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. |
Thank you @gmlewis ! My bad for forget this 😅 |
@r-aramizu - please follow the CLA instructions from the comment above: |
Codecov Report
@@ Coverage Diff @@
## master #2873 +/- ##
=======================================
Coverage 98.07% 98.07%
=======================================
Files 139 139
Lines 12357 12357
=======================================
Hits 12119 12119
Misses 162 162
Partials 76 76
|
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, @r-aramizu !
LGTM.
Merging.
Thank you @gmlewis to review it and help me with this! 🚀 |
Hello there! I opened an issue to explain this suggestion.
I put the new field on your tests and keep working as before! There was a change that could solve my problem!
Fixes: #2872.