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
gmlewis
left a comment
There was a problem hiding this comment.
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. |
gmlewis
left a comment
There was a problem hiding this comment.
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!
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @maniSbindra !
LGTM.
Awaiting second LGTM from any other contributor to this repo.
|
Thank you, @Parker77 ! |
This commit has changes to enable support to receive Discussions Webhook Events, to fix #2221.
Changes include: