From 2fd7d0936a097dd338dd728db1ba1e9c6db66421 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:59:23 +0000 Subject: [PATCH] Register webhook --- services/bots/src/github-webhook/github-webhook.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/bots/src/github-webhook/github-webhook.module.ts b/services/bots/src/github-webhook/github-webhook.module.ts index 519668d..1f708a0 100644 --- a/services/bots/src/github-webhook/github-webhook.module.ts +++ b/services/bots/src/github-webhook/github-webhook.module.ts @@ -27,6 +27,7 @@ import { ReviewDrafter } from './handlers/review_drafter'; import { SetDocumentationSection } from './handlers/set_documentation_section'; import { SetIntegration } from './handlers/set_integration'; import { ValidateCla } from './handlers/validate-cla'; +import { IssueTrackerHelper } from './handlers/issue_tracker_helper'; @Module({ providers: [ @@ -53,6 +54,7 @@ import { ValidateCla } from './handlers/validate-cla'; SetIntegration, SetIntentsLanguage, ValidateCla, + IssueTrackerHelper, ], imports: [ GithubWebhooksModule.forRootAsync({