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
I am trying to process the the milestoned and unmilestoned event for pull requests.
However I have noticed that github sends those events as issue events and not as pull request events.
My expectation would be that there is a GHEventPayload.Issue class that can process issue updates sent via the webhook.
The text was updated successfully, but these errors were encountered:
I am trying to process the the milestoned and unmilestoned event for pull requests.
However I have noticed that github sends those events as issue events and not as pull request events.
My expectation would be that there is a GHEventPayload.Issue class that can process issue updates sent via the webhook.
The text was updated successfully, but these errors were encountered: