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)