This commit is contained in:
Adam Majer 2024-07-15 20:53:16 +02:00
parent 62abc9fc75
commit 88770fda5b

View File

@ -202,6 +202,7 @@ func (h *RequestHandler) GetAssociatedPrjGitPR(pr *PullRequestAction) *models.Pu
}
prLine := fmt.Sprintf(PrPattern, pr.Repository.Owner.Username, pr.Repository.Name, pr.Number)
h.Log("attemping to match line: '%s'", prLine)
// payload_processing:
for _, pr := range prs.Payload {