Merge pull request #2240 from ptek/master

Fix gogs hookPullRequest actionSync typo
This commit is contained in:
Brad Rydzewski
2017-10-12 16:50:00 -07:00
committed by GitHub

View File

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