Add support for ReleaseEvent payload (#2170)

This commit is contained in:
Next Turn
2020-04-12 07:44:57 +08:00
committed by GitHub
parent a25863f228
commit fd3b1c7e79
3 changed files with 46 additions and 0 deletions
+2
View File
@@ -242,6 +242,8 @@ namespace Octokit.Internal
return typeof(PullRequestCommentPayload);
case "PushEvent":
return typeof(PushEventPayload);
case "ReleaseEvent":
return typeof(ReleaseEventPayload);
case "StatusEvent":
return typeof(StatusEventPayload);
case "WatchEvent":