diff --git a/pr-review/main.go b/pr-review/main.go index e9c2f17..ab923a6 100644 --- a/pr-review/main.go +++ b/pr-review/main.go @@ -84,7 +84,7 @@ func processPullRequest(h *common.RequestHandler) error { switch req.Action { case "opened": return processPullRequestOpened(h) - case "syncronized": + case "synchronized": return processPullRequestSync(h) }