mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
This commit is contained in:
committed by
Ryan Gribble
parent
5e751a6c38
commit
47c38bfd8e
@@ -212,6 +212,10 @@ namespace Octokit.Internal
|
||||
return typeof(CheckSuiteEventPayload);
|
||||
case "CommitCommentEvent":
|
||||
return typeof(CommitCommentPayload);
|
||||
case "CreateEvent":
|
||||
return typeof(CreateEventPayload);
|
||||
case "DeleteEvent":
|
||||
return typeof(DeleteEventPayload);
|
||||
case "ForkEvent":
|
||||
return typeof(ForkEventPayload);
|
||||
case "IssueCommentEvent":
|
||||
|
||||
Reference in New Issue
Block a user