.
This commit is contained in:
parent
7f31f735ca
commit
429cc2fe02
@ -80,6 +80,8 @@ func processPullRequest(h *common.RequestHandler) error {
|
|||||||
case "opened":
|
case "opened":
|
||||||
return processPullRequestOpened(h)
|
return processPullRequestOpened(h)
|
||||||
case "synchronized":
|
case "synchronized":
|
||||||
|
fallthrough
|
||||||
|
case "edited":
|
||||||
return processPullRequestSync(h)
|
return processPullRequestSync(h)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user