We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059dd5a commit 20f9f39Copy full SHA for 20f9f39
src/GitHub/Data/Webhooks.hs
@@ -29,6 +29,7 @@ data RepoWebhook = RepoWebhook
29
instance NFData RepoWebhook where rnf = genericRnf
30
instance Binary RepoWebhook
31
32
+-- | See <https://developer.github.com/webhooks/#events>.
33
data RepoWebhookEvent
34
= WebhookWildcardEvent
35
| WebhookCheckRunEvent
0 commit comments