-
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
Add DiscussionEvent webhook (google#2221) #2230
Add DiscussionEvent webhook (google#2221) #2230
Conversation
This commit has changes to enable support to receive Discussions Webhook Events, to fix google#2221. Changes include: - Addition of event type for this type of event - Changes for identification and mapping of DiscussionEvent - Addition / Modification of relevent tests - Addition of files created by go generate
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, @maniSbindra !
Just a few minor tweaks, please.
Codecov Report
@@ Coverage Diff @@
## master #2230 +/- ##
==========================================
- Coverage 97.81% 97.79% -0.03%
==========================================
Files 112 113 +1
Lines 10117 10158 +41
==========================================
+ Hits 9896 9934 +38
- Misses 154 156 +2
- Partials 67 68 +1
Continue to review full report at Codecov.
|
Thanks @gmlewis , I have incorporated the changes, request you to please review. |
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, @maniSbindra !
Just one minor tweak, please, then we should be ready for a second LGTM before merging.
Note that any other contributor to this repo is welcome to provide the second approval and LGTM. Thank you!
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, @maniSbindra !
LGTM.
Awaiting second LGTM from any other contributor to this repo.
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, @Parker77 ! |
This commit has changes to enable support to receive Discussions Webhook Events, to fix #2221.
Changes include: