Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 17, 2024
1 parent 8e46365 commit f4cca1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const plugins: Record<string, Plugin[]> = {
],
'issues.opened': [IssuesOpenedGreeter],
'pull_request.closed': [PullRequestClosedDefault],
'pull_request.labeled': [IssuesLabeledNewDefaultRepository],
'pull_request.opened': [PullRequestOpenedDefault],
'pull_request.synchronize': [PullRequestOpenedDefault],
'workflow_run.completed': [WorkflowRunCompeted],
Expand Down

0 comments on commit f4cca1d

Please sign in to comment.