-
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
Support Discussions webhook event #2221
Comments
Thank you, @maruTA-bis5 ! |
Hi @gmlewis I would like to start contributing to this repository. Can I take up this issue? |
Thanks, @maniSbindra , but let's please wait until @maruTA-bis5 has a chance to answer my question above. |
My bad I assumed that you and @maruTA-bis5 communicated outside this discussion, and then you moved issue to good first issue. sorry about that. |
No problem, @maniSbindra . We'll give @maruTA-bis5 another day or so, then feel free to remind me if we don't hear back, and the issue can be yours. |
Hi @gmlewis @maniSbindra |
Thank you, @maruTA-bis5 and no problem. |
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
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
GitHub Discussions was out of beta in August 2021 (https://github.blog/2021-08-17-github-discussions-out-of-beta/).
Webhook event document is here: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#discussion
The text was updated successfully, but these errors were encountered: