This commit is contained in:
Adam Majer 2024-07-10 20:30:06 +02:00
parent c0bc0baf8f
commit d6e2ac95bf

View File

@ -209,6 +209,8 @@ func (h *RequestHandler) GetAssociatedPrjGitPR(pr *PullRequest) *models.PullRequ
if m := r.FindSubmatch([]byte(line)); m != nil {
h.Log("match: %#v", m)
break payload_processing
} else {
h.Log("not matched: '%s'", line)
}
}
}