diff --git a/src/plugins/index.ts b/src/plugins/index.ts index f390726..c3e3fd0 100644 --- a/src/plugins/index.ts +++ b/src/plugins/index.ts @@ -20,6 +20,7 @@ export const plugins: Record = { ], 'issues.opened': [IssuesOpenedGreeter], 'pull_request.closed': [PullRequestClosedDefault], + 'pull_request.labeled': [IssuesLabeledNewDefaultRepository], 'pull_request.opened': [PullRequestOpenedDefault], 'pull_request.synchronize': [PullRequestOpenedDefault], 'workflow_run.completed': [WorkflowRunCompeted],