Fix typo of gogs pull request synchronized action

This commit is contained in:
Pavlo Kerestey 2017-10-12 12:32:17 +02:00 committed by GitHub
parent b727a3ce55
commit 96734122b9

View file

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