.
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
)
|
||||
|
||||
func processPullRequestCreated(h *common.RequestHandler) error {
|
||||
req := h.Data.(common.PullRequestAction)
|
||||
req := h.Data.(*common.PullRequestAction)
|
||||
|
||||
// requests against project are not handled here
|
||||
if req.Repository.Name == common.DefaultGitPrj {
|
||||
|
Reference in New Issue
Block a user