Skip to content

Commit 96b2449

Browse files
authored
fix command on closed r (#57)
1 parent b0ef4c0 commit 96b2449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/digger/digger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func ConvertGithubEventToCommands(event models.Event, impactedProjects []Project
128128
commandsPerProject = append(commandsPerProject, ProjectCommand{
129129
ProjectName: project.Name,
130130
ProjectDir: project.Dir,
131-
Commands: project.WorkflowConfiguration.OnPullRequestPushed,
131+
Commands: project.WorkflowConfiguration.OnPullRequestClosed,
132132
})
133133
}
134134
}

0 commit comments

Comments
 (0)