From efdf5dbd84e70b240a1a6e92dadadb95c2c175ba53d4af1d7de56257bc319a4b Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 10 Jul 2024 20:31:59 +0200 Subject: [PATCH] . --- pr-review/main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pr-review/main.go b/pr-review/main.go index ab923a6..946d8e0 100644 --- a/pr-review/main.go +++ b/pr-review/main.go @@ -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)