Merge pull request #2350 from filoozom/fix-gitea-sync [ci skip]

Fix gitea `actionSync`
This commit is contained in:
Brad Rydzewski
2018-04-01 11:51:34 -07:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ const (
hookPullRequest = "pull_request"
actionOpen = "opened"
actionSync = "synchronize"
actionSync = "synchronized"
stateOpen = "open"