1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00

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
commit f660da3b1d

View File

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