.
This commit is contained in:
parent
d6e2ac95bf
commit
efdf5dbd84
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user