streaming rewrite WIP

This commit is contained in:
Kosta Petan
2024-02-20 21:29:13 +01:00
parent 5cb2e3d51b
commit 0a67732e56
6 changed files with 44 additions and 30 deletions

View File

@@ -64,13 +64,6 @@ public sealed class GithubWebHookProcessor : WebhookEventProcessor
// org+repo+3
// PM
// Connect the parent issue with child via label
// Parent:3
// Parent:4
var suffix = $"{org}-{repo}";
if (issuesEvent.Action == IssuesAction.Opened)
{