This commit is contained in:
Adam Majer 2024-07-10 20:45:56 +02:00
parent 7f31f735ca
commit 429cc2fe02

View File

@ -80,6 +80,8 @@ func processPullRequest(h *common.RequestHandler) error {
case "opened":
return processPullRequestOpened(h)
case "synchronized":
fallthrough
case "edited":
return processPullRequestSync(h)
}