mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Add support for StatusEventPayload (#1732)
* added support for StatusEventPayload * Added test for StatusEventPayload and fixed serializer to return that event payload type.
This commit is contained in:
committed by
Ryan Gribble
parent
bc7830fc6e
commit
9a29aa4f2f
@@ -225,6 +225,8 @@ namespace Octokit.Internal
|
||||
return typeof(PullRequestCommentPayload);
|
||||
case "PushEvent":
|
||||
return typeof(PushEventPayload);
|
||||
case "StatusEvent":
|
||||
return typeof(StatusEventPayload);
|
||||
case "WatchEvent":
|
||||
return typeof(StarredEventPayload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user