From 96734122b95430a01f063d78268691013c832c55 Mon Sep 17 00:00:00 2001 From: Pavlo Kerestey Date: Thu, 12 Oct 2017 12:32:17 +0200 Subject: [PATCH] Fix typo of gogs pull request synchronized action --- remote/gogs/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/gogs/parse.go b/remote/gogs/parse.go index 6b3c1b60..a9ac0788 100644 --- a/remote/gogs/parse.go +++ b/remote/gogs/parse.go @@ -14,7 +14,7 @@ const ( hookPullRequest = "pull_request" actionOpen = "opened" - actionSync = "synchronize" + actionSync = "synchronized" stateOpen = "open"