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
commit 641afd9273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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