-
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
feat!: Change Hook Config field from map to *HookConfig #3073
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. |
I would like to sign the CLA but there is no way to add the |
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, @himazawa.
Did you read the instructions for email addresses here: https://github.com/google/go-github/pull/3073/checks?check_run_id=21540833172 ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3073 +/- ##
==========================================
- Coverage 97.72% 92.86% -4.86%
==========================================
Files 153 170 +17
Lines 13390 11400 -1990
==========================================
- Hits 13085 10587 -2498
- Misses 215 723 +508
Partials 90 90 ☔ View full report in Codecov by Sentry. |
@gmlewis yes I did, there is no way from the CLA panel to change the email, other than adding it from gmail. |
That is a throw-away email address that you will never use. Mine is [email protected] and it works fine and I never use it, so I'm not sure I understand what the problem is. I registered my real email address with the Google CLA, signed it, and then added the fake email to GitHub (in addition to my real one) and use the fake email in my |
Well, looks like you got it resolved whatever the problem was. |
Please run step 4 of CONTRIBUTING.md and then push (not force-push) the changes to this PR. |
Done |
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, @himazawa !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
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.
LGTM!
Thank you, @valbeat ! |
Fixes: #3072.
BREAKING CHANGE: Changes
Hook.Config
frommap[string]interface{}
to*HookConfig
.