File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Libraries to handle GitHub Webhooks in .NET applications.
1717 ``` C#
1818 public sealed class MyWebhookEventProcessor : WebhookEventProcessor
1919 {
20- protected override Task ProcessPullRequestWebhookAsync (WebhookHeaders headers , PullRequestEvent pullRequestEvent , PullRequestAction action ) {
20+ protected override Task ProcessPullRequestWebhookAsync (WebhookHeaders headers , PullRequestEvent pullRequestEvent , PullRequestAction action )
21+ {
2122 .. .
2223 }
2324 }
@@ -55,7 +56,8 @@ Libraries to handle GitHub Webhooks in .NET applications.
5556 ```C #
5657 public sealed class MyWebhookEventProcessor : WebhookEventProcessor
5758 {
58- protected override Task ProcessPullRequestWebhookAsync (WebhookHeaders headers , PullRequestEvent pullRequestEvent , PullRequestAction action ) {
59+ protected override Task ProcessPullRequestWebhookAsync (WebhookHeaders headers , PullRequestEvent pullRequestEvent , PullRequestAction action )
60+ {
5961 .. .
6062 }
6163 }
You can’t perform that action at this time.
0 commit comments