Skip to content

Commit

Permalink
Register webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon committed Aug 12, 2024
1 parent 36cb49b commit 2fd7d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/bots/src/github-webhook/github-webhook.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -53,6 +54,7 @@ import { ValidateCla } from './handlers/validate-cla';
SetIntegration,
SetIntentsLanguage,
ValidateCla,
IssueTrackerHelper,
],
imports: [
GithubWebhooksModule.forRootAsync({
Expand Down

0 comments on commit 2fd7d09

Please sign in to comment.