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
According to GitHub documentation: "Webhook payloads contain the organization object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization".
Currently, the Organization object is present for PullRequestEvent and others, but missing from PushEvent and IssueCommentEvent (and many others, but these two are the ones I need on my project).
According to GitHub documentation: "Webhook payloads contain the
organization
object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization".Currently, the
Organization
object is present forPullRequestEvent
and others, but missing fromPushEvent
andIssueCommentEvent
(and many others, but these two are the ones I need on my project).References:
The text was updated successfully, but these errors were encountered: