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