This commit is contained in:
Adam Majer 2024-07-10 10:23:51 +02:00
parent e757ad7194
commit 30d4c387a9

View File

@ -16,7 +16,7 @@ const (
) )
func processPullRequestCreated(h *common.RequestHandler) error { func processPullRequestCreated(h *common.RequestHandler) error {
req := h.Data.(common.PullRequestAction) req := h.Data.(*common.PullRequestAction)
// requests against project are not handled here // requests against project are not handled here
if req.Repository.Name == common.DefaultGitPrj { if req.Repository.Name == common.DefaultGitPrj {