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({