mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Add support for ReleaseEvent payload (#2170)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user