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