This commit is contained in:
Adam Majer 2024-07-10 20:31:59 +02:00
parent d6e2ac95bf
commit efdf5dbd84

View File

@ -17,11 +17,6 @@ const (
func processPullRequestSync(h *common.RequestHandler) error {
req := h.Data.(*common.PullRequestAction)
// sync requests for prjgit not handled here
if req.Repository.Name == common.DefaultGitPrj {
return nil
}
// find prjgit pull request associated with this one
h.GetAssociatedPrjGitPR(&req.Pull_Request)