You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `secret`. The secret you have configured in GitHub, if you have set this up.
48
+
* `cancelOnRequestAborted`. Defaults to `false`, indicates whether the processing of the webhook should be cancelled if the request is aborted.
48
49
49
50
### Azure Functions
50
51
51
-
**NOTE**: Support is only provided for [isolated process Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide).
52
+
**NOTE**: Support is only provided for [isolated process Azure Functions](https://learn.microsoft.com/azure/azure-functions/dotnet-isolated-process-guide).
2. Create a class that derives from `WebhookEventProcessor` and override any of the virtual methods to handle webhooks from GitHub. Forexample, tohandlePullRequestwebhooks:
0 commit comments