You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What part(s) of the article would you like to see updated?
The docs mention that a CommitCommentEvent should contain an action when retrieved via the events API's. However, the action is only available on webhooks and never appears when you are retrieving from an events API. I'm not sure if this is an issue with the docs, and the docs should say this field is only available in webhooks, or if this is a bug in the model for this event in the events API. Thanks.
@wayofthepie Thanks for opening an issue! I'll triage this for the team to take a look 👀
janiceilene
added
content
This issue or pull request belongs to the Docs Content team
ecosystem
This issue or pull request should be reviewed by the Docs Ecosystem team
and removed
triage
Do not begin working on this issue until triaged by the team
labels
Jan 26, 2021
Thank so much @wayofthepie! Sorry about the delayed response, I talked to some folks and it sounds like this would be best handled by our wonderful support team!
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/github-event-types#commitcommentevent
What part(s) of the article would you like to see updated?
The docs mention that a
CommitCommentEvent
should contain an action when retrieved via the events API's. However, the action is only available on webhooks and never appears when you are retrieving from an events API. I'm not sure if this is an issue with the docs, and the docs should say this field is only available in webhooks, or if this is a bug in the model for this event in the events API. Thanks.Additional information
Example event from
/events
:The
payload
field has no action. Example from webhooks:This does have the action.
The text was updated successfully, but these errors were encountered: