mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Merge pull request #2240 from ptek/master
Fix gogs hookPullRequest actionSync typo
This commit is contained in:
commit
f660da3b1d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
|||
hookPullRequest = "pull_request"
|
||||
|
||||
actionOpen = "opened"
|
||||
actionSync = "synchronize"
|
||||
actionSync = "synchronized"
|
||||
|
||||
stateOpen = "open"
|
||||
|
||||
|
|
Loading…
Reference in a new issue